-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shouldOverrideUrlLoading not Working in realse #237
Comments
i use
|
在Android插件源码中将useShouldOverrideUrlLoading属性默认设置为true |
@wj1234 i use it but same |
Can confirm this as well for Android production builds with the latest code from the master branch of this repo. Did you already identify the cause of the problem? |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Hello shouldOverrideUrlLoading work on debug mode only , but in release not working
crossPlatform: InAppWebViewOptions( // useShouldOverrideUrlLoading: true,
`shouldOverrideUrlLoading: (InAppWebViewController controller, ShouldOverrideUrlLoadingRequest shouldOverrideUrlLoadingRequest){
print(shouldOverrideUrlLoadingRequest.url);
The text was updated successfully, but these errors were encountered: