react-native-wkwebview
react-native-wkwebview copied to clipboard
Auto Focusing input tag without user interaction after closing the Modal view
When you open page with an input tag where AutoFocus is set as true, Like this link - So, when you first load this link, and after that, without interact the webview, if you open and Modal view, and then close the modal view, it will automatically auto focusing the input field. But according to the spec the webview should not auto focus without any user interaction. I think this is a bug, it only happens if you open a modal view and then close it.
You can see some evidence video here

Can anyone explain me why is this happening?
It seems this bug is coming in iOS 11.3 and 11.4. Maybe something related to the iOS or WKWebview