I'm using Flutter InAppWebview as the basis for a hybrid Flutter app. The webview serves the complete application, and the Flutter application receives notifications and uses the Appbar actions and BottomAppBar to aid in navigation to the webview. This works great!
The problem is when the Flutter Drawer is opened and then closed, the webview can become unable to receive click events. Scrollable content can be scrolled, but no clicks are received. So far this behavior has only been identified on an Apple 13 Pro Max phone. The only way to resolve it is to reload the webview or restart the app.
Is there something I can do within Flutter to return full control to the webview?