Hi,
I'm building a ui5 app (1.12.1) on ios and encountered this issue where the navigation bar is being cutoff when the keyboard shows up during editing an input element.
Original state of the screen:
While keyboard is being displayed:
You'll notice that the top most part is partly scrolled up to accomodate for the keyboard which is fine. But after dismissing the keyboard:
The navigation bar remains party cutoff.
The code for the page is straightforward and nothing fancy:
var page = new sap.m.Page(this.createId("page"), { title: "Architecture Decision Tree", enableScrolling: true });
Any idea what could be wrong?
Thanks,
Marc