The application I work on has a webview in it and I found after updating my iPad to the iOS 18.2 beta it no longer detects clicks properly. The same build works fine on other iOS devices not on the beta. When the webview refreshes it works normally until I interact with any other element of the application and then it stops recognizing click inputs. It can still scroll and zoom normally though. I've tested this against 2 different web view packages and different web pages and the issue is consistent. Has anyone else seen anything like this?
I think iOS 18.2 beta broke web views for flutter apps
Our team is experiencing the same issue. The WebView clicks stop working after interacting with native elements. In our case, it stops working after opening the native Flutter drawer. As you mentioned, the WebView does scroll and receives touch events, but clicks aren’t triggered. This is quite strange and a significant issue.