11
Views
2
Comments
tablet app that randomly decides not to show some widgets
Question


Hello everyone,We have a tablet app that randomly decides not to show some widgets, or the input fields can not accept user input.This happens on Android devices. In the browser works perfectly.Has anyone experienced this problem yet?

Every help is welcome.

Thank you


2019-04-17 22-09-44
Omar Alejandro Soto Anaya

Hello!

some times happen with some android versions, try to debug the issue so you can get what is exactly causing this issue

Regards.  

2020-03-10 21-01-27
Roman

I get some issues with the rendering sometimes. I suggest trying to remove any animations and wrap everything in if conditions to make sure the data is loaded. You can also try to replace your dynamic data with a static one and see if it helps you identify the problem. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.