-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Hello all,
Thank you very much for this amazing package, it's been very useful.
this code is working fine on both iOS and Android and both navigationDelegate and onPageFinished are triggered but when running on Web both of them not triggered
WebViewX(
width: context.width,
height: context.height,
initialContent: widget.url,
initialSourceType: SourceType.url,
javascriptMode: JavascriptMode.unrestricted,
onWebViewCreated: (controller) {
_controller = controller;
},
onPageFinished: (src) {
print("src: $src");
},
navigationDelegate: (navigation) {
print("navigation url: ${navigation.content.source}");
return NavigationDecision.navigate;
},
)thank you for keeping the package always updated.
onlyamessenger and EnriqueReva
Metadata
Metadata
Assignees
Labels
No labels