how to reveive webmessage on Windows #2677
Unanswered
fengdongliuxiang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i try this controller.addWebMessageListener
this was throw
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: UnimplementedError: createPlatformWebMessageListener is not implemented on the current platform.
#0 InAppWebViewPlatform.createPlatformWebMessageListener (package:flutter_inappwebview_platform_interface/src/inappwebview_platform.dart:176:5)
#1 new PlatformWebMessageListener (package:flutter_inappwebview_platform_interface/src/web_message/platform_web_message_listener.dart:57:40)
#2 new WebMessageListener.fromPlatformCreationParams (package:flutter_inappwebview/src/web_message/web_message_listener.dart:22:36)
#3 new WebMessageListener (package:flutter_inappwebview/src/web_message/web_message_listener.dart:10:14)
#4 _PurchaseWebViewState.compositeView. (package:box_pay_app/widget/purchase_webview_page.dart:241:58)
#5 new InAppWebView. (package:flutter_inappwebview/src/in_app_webview/in_app_webview.dart:323:53)
#6 WindowsInAppWebViewController._handleMethod (package:flutter_inappwebview_windows/src/in_app_webview/in_app_webview_controller.dart:245:39)
#7 InternalChannelController.initMethodCallHandler. (package:flutter_inappwebview_platform_interface/src/util.dart:631:30)
is there a way to reveive webmessage on Windows?
Beta Was this translation helpful? Give feedback.
All reactions