You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue after upgrading to iOS12. When I click on a textarea, and keyboard shows up, it takes the HTML contents of the page "too high" and also shown the black space right above the keyboard and also my status bar disappears.
Using ios Version 12.1.2
PhoneGap Version cli-8.0.0
Plugin Version 1.2.0
Keyboard.shrinkView(true)
Please, take a look at this.
In the meanwhile, I will try to find my way around on my own and find a fix.
Thanks,
The text was updated successfully, but these errors were encountered:
I fixed that with Keyboard.shrinkView(true). When keyboard is showing in scrollViewDidScroll i scroll the "Webview content" to bottom 0.0 point and working on all ios 12.x
costin-moraru
added a commit
to costin-moraru/cordova-plugin-keyboard
that referenced
this issue
Jan 28, 2019
Hello,
I have an issue after upgrading to iOS12. When I click on a textarea, and keyboard shows up, it takes the HTML contents of the page "too high" and also shown the black space right above the keyboard and also my status bar disappears.
Using ios Version 12.1.2
PhoneGap Version cli-8.0.0
Plugin Version 1.2.0
Keyboard.shrinkView(true)
Please, take a look at this.
In the meanwhile, I will try to find my way around on my own and find a fix.
Thanks,
The text was updated successfully, but these errors were encountered: