Skip to content
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

Closed
rect1fy opened this issue Mar 20, 2016 · 3 comments
Closed

Will this cause App Rejections when using WKWebView? #21

rect1fy opened this issue Mar 20, 2016 · 3 comments

Comments

@rect1fy
Copy link

rect1fy commented Mar 20, 2016

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?

@cjpearson
Copy link
Owner

I haven't heard of any app rejections, but we do use the same @"UIWebBrowserView" string that is causing those ionic rejections, so it is possible. I'll look into obfuscating this or removing it completely. Unfortunately, there is no public API for hiding the accessory bar so we have to use some less than ideal solutions.

@cjpearson
Copy link
Owner

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

@cjpearson
Copy link
Owner

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.

ccorcos pushed a commit to ccorcos/cordova-plugin-keyboard that referenced this issue Jul 24, 2018
fix(padding) Incorrect height of Webview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants