-
-
Notifications
You must be signed in to change notification settings - Fork 894
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
Kindle Fire HD 8.9: Uncaught TypeError: Cannot redefine property: defineProperty #373
Comments
This is all the related code from the library, with
You will see that It looks like you will need to perform some further investigation to narrow down the issue and for a fix to be possible. Here is that code, as a jsfiddle https://jsfiddle.net/Xotic750/sLepdpfz/ and you can perhaps try it on Android 4.0.3 and see if any error is thrown. |
I run your code on Code:
|
It's entirely possible that the Kindle Fire Android browser has some new bugs we've yet to encounter. Thanks for sharing the call stack! Can you provide one that's not using webpack? Webpack is known to sometimes mess with dependencies (unlike browserify which never touches anything in node_modules) so I want to eliminate that as a problem. Another possibility is that |
@sloot14 The stack trace appear to have |
Here it is: |
I'm unable to get a stable connection to browserstack. You could try and run the |
I use es5-shim as node module and making build via webpack.
For Kindle Fire HD 8.9 Android 4.0.3 I've got this error:
undefined: Uncaught TypeError: Cannot redefine property: defineProperty
Here is the context:
User-Agent: Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; WFJWAE Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
Could you please fix it?
Thanks :)
The text was updated successfully, but these errors were encountered: