Error on Android native browser 4.x
See original GitHub issuei am using Webpack + babel6, every thing is OK with jQuery v2.2.x;
when update to jQuery v3.0.0 or v3.1.0, a browser run time error will throw on Android v4.4.4; I have no idea what is the detail of problem because it is hard t trace the compiled code on Android.
Uncaught ReferenceError: __WEBPACK_AMD_DEFINE_ARRAY__ is not defined
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
SVG not displaying properly on Android 4.x native browser
I recently had an issue where the native browser on the Samsung Galaxy S3 was unable to properly handle a .svg image. (In...
Read more >Troubleshoot known issues with Android Emulator
This page lists known issues, workarounds, and troubleshooting tips for the Android Emulator. If you encounter an issue not listed here or ...
Read more >WebView - Android Developers
Private browsing is no longer supported directly via WebView and will be removed in a future release. Prefer using WebSettings , WebViewDatabase ...
Read more >Handling Android App Links
On Android 12 and higher, clicking a web link (that is not an Android App Link) always shows content in a web browser....
Read more >Common Intents - Android Developers
An intent allows you to start an activity in another app by describing a simple action you'd like to perform (such as "view...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
minimal project example is here : jquery-test.zip
please see read me for detail, thank you
This seems like a debugging-Webpack thing and not a jQuery bug, but someone with more of a stake in the outcome can diagnose and let us know if there is anything we need to change in the way we build jQuery. This may help:
https://webpack.github.io/docs/shimming-modules.html