Skip to content
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

"ReferenceError: Set is not defined" and Uncaught ReferenceError: customElements is not defined #45

Open
riinamdar opened this issue Sep 3, 2018 · 1 comment

Comments

@riinamdar
Copy link

Uncaught ReferenceError: Set is not defined js/libs/webcomponents/custom-elements.min.js:2
Uncaught ReferenceError: customElements is not defined ojcomponentcore.js:7498
Facing issue in 4.4.3 version of android

Application is working fine for the latest version of Android.

Please check attached image and let me know if need more information.

image

@peppertech
Copy link
Member

peppertech commented Sep 3, 2018

Hi riinamdar,

Android 4.4.3 is so old it does not support many html5 or es6 features. The minimum version of Android supported by JET is 5, and you must have the latest webkit version installed on 5 as well.

You can try using a library called crosswalk with the older Android version, which updates the webkit version, but still no guarantee it will work in all cases. 4.4.3 is just to old at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants