question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error on Android native browser 4.x

See original GitHub issue

i 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:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kennyhkcommented, Aug 26, 2016

minimal project example is here : jquery-test.zip

please see read me for detail, thank you

0reactions
dmethvincommented, Oct 12, 2016

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found