-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
How to load script javascript on webview does not work. #219
Comments
Please, next time use the issue template when you create an issue here. I created it to be used as it gives me useful information in order to debug the plugin. However, can you post the code you are using? Maybe there are some options that breaks your javascript code. ...
initialOptions: InAppWebViewWidgetOptions(
inAppWebViewOptions: InAppWebViewOptions(
debuggingEnabled: true,
),
androidInAppWebViewOptions: AndroidInAppWebViewOptions(
domStorageEnabled: true
)
),
...
|
Thank you for the answer. @pichillilorenzo |
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. |
I encountered a problem with the application that the inappwebview webview does not load scripts such as Javascript and others do not work.
I want to know that How should it be fixed? How to get the script to load.
The example below
Thank you
The text was updated successfully, but these errors were encountered: