Sometimes, rarely, when the app starts the Root.height appears to be including the bottom android nav bar. Since I have a webview in full screen, the android buttons cover the bottom area. Is there anything to do about this? As it happens very rarely, it is very hard to debug.
B4X:
Root = Root1
Root.AddView(webviews(0),0,0,Root.Width,Root.Height)