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
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
On android, ensureFetchSupport throws on Error "chromium: [INFO:CONSOLE(8)] "Uncaught Error: Mismatched anonymous define() module"
This error only happen when a particular website is loaded into the webViewExt. (private website)
When i remove the function "async ensureFetchSupport() " declared in webview-ext.android.js, my website is loading correcty.
I'm not a javascript expert, i don't understand what causing this issue, and how to fix it : is this related to my webapp, or the way fetch.umd.js declare the fetch ?
To fix the issue, i need to override a source from the plugin, maybe on option to disable the ensureFetchSupport in android can be added to this plugin ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On android, ensureFetchSupport throws on Error "chromium: [INFO:CONSOLE(8)] "Uncaught Error: Mismatched anonymous define() module"
This error only happen when a particular website is loaded into the webViewExt. (private website)
When i remove the function "async ensureFetchSupport() " declared in webview-ext.android.js, my website is loading correcty.
I'm not a javascript expert, i don't understand what causing this issue, and how to fix it : is this related to my webapp, or the way fetch.umd.js declare the fetch ?
To fix the issue, i need to override a source from the plugin, maybe on option to disable the ensureFetchSupport in android can be added to this plugin ?
The text was updated successfully, but these errors were encountered: