-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
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
Will this cause App Rejections when using WKWebView? #21
Comments
I haven't heard of any app rejections, but we do use the same |
If you want to be safe, comment out these lines before compiling your app store build. https://github.com/cjpearson/cordova-plugin-keyboard/blob/master/src/ios/CDVKeyboard.m#L124-L140 |
I made a change so UIWebBrowserView no longer shows up when using the strings tool. That appears to have been what caused the rejections for Ionic users. Upgrade to 1.1.4 for this fix. If anyone reports an app store rejection, I'll reopen this issue. |
fix(padding) Incorrect height of Webview
Similar plug-in is causing app rejections due to hide the accessory bar implementation...
ionic-team/ionic-plugin-keyboard#179
Is this a problem with this plug-in as well?
The text was updated successfully, but these errors were encountered: