Dear friends,
I faced a strange situation that puzzled me for days, please allow me to explain here and forgive me if not 100% clear, but please “guess” or “imagine” what it is:
I am using webix jet, combine Intel CrossWalk webview , on Android platform.
I app.show("/connection") , show another page, with a text field and 2 buttons.
when I focused on the text, Android softkey appears, covers about 50% of the screen. When I finished my input, call another app.show(’/login") to previous page. When the page shows, all components are drawn on the first half of the screen. Actually, the whole screen height minus the softkey height. Now I have a squeezed screen.
How do I resolve this, please help, thanks in advance.
Cliff