After updating b4i to v7.00 and after X-Code update views doesn't swipe up when Keyboard appears. It only happens on devices with iOS lager than 12 (so on most iPhones now). Apps compiled with older B4i versions are still working on iOS 14.
It seems that the root panel can't be pushed up into an negativ Y offset anymore.
Is this a B4i library bug? How to solve this Problem?
My colleague is on vacation so I write about our problems via this account.
1st problem: pg.RootPanel.SetLayoutAnimated
In some modules the page is no longer shifted to the negative y area. The problem has only existed since the update.
2nd problem: Private Sub pg_KeyboardStateChanged (Height As Float)does not return the correct keyboard height.