Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
Android URL Bar Problem
This problem occurs only on Android, not on iOS:
When you have a Sencha Touch App in fullscreen mode, the URL bar is hidden. But sometimes on Android it does show up, which breaks the layout of the App if you have a docked item on the bottom of your App. On iOS this problem does not occur. The URL Bar shows up for example if you click into a text element within a form.
-
Touch Premium Member
Anybody know how to solve this? I am having the same issue some posts mention adding window.scrollTo(0,1); but it does not work.
-
Sencha User
I experience the same problem. The whole app gets unusable on Androids when the bottom tabbar disappears.
Anyone who can help with a workaround or monkeypatch for this?
-
Sencha User
Same here....
I get exactly the same issue. I've used fullscreen: true but this seems to only work intermittently.
It's odd though, because sometimes it does work as expected. I've got a form with 3 fields and sometimes the view is correctly rendered full screen, even when I click in a field the URL bar doesn't appear.
Then I'll refresh the browser to reload the application and it'll then revert back to having the URL bar at the top.
There doesn't seem to be any consistency on Android.
Does anyone have any suggestions?