admin管理员组文章数量:1357112
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?
本文标签: iosUnable to click InAppWebview after opening Flutter drawerStack Overflow
版权声明:本文标题:ios - Unable to click InAppWebview after opening Flutter drawer - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744073836a2586377.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论