If the App starts with a hidden navigation bar then, all is ok, if i show it. But if i start the app with a displayed navigation bar and hide it then, then the root page is not resizing.
Start with hidden navigation bar
Start with shown navigation bar
Start with hidden navigation bar
Start with shown navigation bar
B4X:
Private Sub IME_HeightChanged (NewHeight As Int, OldHeight As Int)
Root.Height = NewHeight
Panel1.Top = NewHeight - Panel1.Height
End Sub