react-native-wkwebview icon indicating copy to clipboard operation
react-native-wkwebview copied to clipboard

Auto Focusing input tag without user interaction after closing the Modal view

Open ankur-sardar opened this issue 7 years ago • 1 comments

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 wkwebview-bug

Can anyone explain me why is this happening?

ankur-sardar avatar Jul 23 '18 04:07 ankur-sardar

It seems this bug is coming in iOS 11.3 and 11.4. Maybe something related to the iOS or WKWebview

ankur-sardar avatar Jul 31 '18 07:07 ankur-sardar