When the keyboard pops out it hides the input field and you cannot see what you are typing. There is some old solution which works by setting fullscreen to false in config.xml, but then you have the status bar visible. I tried with different options for windowSoftInputMode without success. Is there any way to fix this while keeping the fullscreen?
Asked
Active
Viewed 674 times
1
-
interesting topic, did you give the combination of this preferences setting and the statusbar-plugin(https://github.com/apache/cordova-plugin-statusbar) a try? The statusbar might be gone when calling StatusBar.hide() while you are in fullscreen mode. – Blauharley Dec 23 '15 at 19:32
-
I just tried it. When the status bar is visible the scroll works after I call StatusBar.hide() the status bar hides and the scroll doesn't work. How could there be such a major phonegap problem without solution? – Konstantin Dec 24 '15 at 10:15