最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ios - Unable to click InAppWebview after opening Flutter drawer - Stack Overflow

programmeradmin1浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论