We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In version 2.0 I had it fixed, but I have updated to version 4.3 and again I have the problem with iOS
the navbar and statusbar should remain fixed when opening the keyboard and not disappear.
I'm using cordova-plugin-keyboard my configuration is:
statusbar: { iosOverlaysWebView: true, iosTextColor: 'white', overlay: true, scrollTopOnClick: true, androidOverlaysWebView: true, androidTextColor: 'white', androidBackgroundColor: '#00b34e' }, input: { scrollIntoViewOnFocus: true, scrollIntoViewCentered: true, },
Thanks you.
The text was updated successfully, but these errors were encountered:
It is not F7 issue. Search on forum, there are plenty of solutions http://forum.framework7.io/
Sorry, something went wrong.
i have Keyboard.shrinkView(true); but this is the result
Keyboard.shrinkView(true);
I have solved it, the problem is that Keyboard.shrinkView(true) fails in iOS 12, I found the solution in this page:
cjpearson/cordova-plugin-keyboard#77
modifying the CDVKeyboard.m file of the plugin cordova-plugin-keyboard for this:
https://gist.github.com/mattio/ba5d77474e725463bc75cfbf1dba0cca
No branches or pull requests
Describe the bug
In version 2.0 I had it fixed, but I have updated to version 4.3 and again I have the problem with iOS
Expected behavior
the navbar and statusbar should remain fixed when opening the keyboard and not disappear.
Screenshots
Additional data
I'm using cordova-plugin-keyboard
my configuration is:
Thanks you.
The text was updated successfully, but these errors were encountered: