You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shouldOverrideUrlLoading will never been called because useShouldOverrideUrlLoading is null
If minifyEnabled is set to false, it works as expected
Update
Same issue when using :
flutter build appbundle
Using:
flutter build appbundle --no-shrink solves the problem, seems like R8 is messing with something.
doc: flutter.dev
The text was updated successfully, but these errors were encountered:
arnaudelub
changed the title
Android build with minifyEnabled True is breaking in_app_webview
Android Release build with minifyEnabled True is breaking in_app_webview
Apr 2, 2020
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.
Environment
**Flutter version: Flutter 1.12.13+hotfix.8
**Plugin version: Master branch
Description
Expected behavior:
initialOptions should be set when running in release mode
Current behavior:
options.crossplatform.useShouldOverrideUrlLoading = null even if set to true in the initialOptions.
Steps to reproduce
in the inappwebview widget add in initialOptions:
and add :
If minifyEnabled is set to false, it works as expected
Update
Same issue when using :
Using:
flutter build appbundle --no-shrink solves the problem, seems like R8 is messing with something.
doc: flutter.dev
The text was updated successfully, but these errors were encountered: