iOS 11.3 WKWebView: input focus not working

With latest iOS 11.3 update, we can’t use focus() function anymore. Instead it requires a tap trigger over the input fields.
Is there any workaround or mimic a manual trigger touch even over the input fields?

1 Like

This is fixed in cordova-plugin-ionic-webview 1.1.19 (source).

3 Likes