hlwhl / webview_cef

WebView for Flutter Desktop Apps using CEF(Chromium Embedded Framework) [Work in Progress]
Apache License 2.0
158 stars 44 forks source link

Navigator.of(context).push doesn't work #116

Closed wild-coffee closed 2 months ago

wild-coffee commented 2 months ago

JavascriptChannel, the javascript call to dart, in onMessageReceived function body, execute: Navigator.of(context).push does not work!

wild-coffee commented 2 months ago

This is my mistake, I used Flutter incorrectly. The issue has been resolved.