breautek commented on issue #972: URL: https://github.com/apache/cordova-ios/issues/972#issuecomment-703175506
> Is there a plugin or workaround that fixes this for Cordova iOS 6+? > Seems like a lot of people are missing this, according to the end user feedback I get. You can try deriving from this PR https://github.com/apache/cordova-plugin-wkwebview-engine/pull/122/files But like Darryl says, you're going against what Apple believes to be correct. Afaik, you can only accomplish this by using private APIs, which is grounds for app rejection. It can also makes your code brittle as private APIs can change with no warning. > This seems contradictory when previously they offered the KeyboardDisplayRequiresUserAction option in UIWebView which allowed an app developer to control this very behaviour. `KeyboardDisplayRequiresUserAction` is also deprecated, so I think Apple indeed reconsidered what is considered good practice. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
