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 Oct 7, 2019. It is now read-only.
cordova: 8.0
android: 7.0
framework7-template-vue-webpack used
android 5.0 higher not problem
but
android 4.4 kitkat error message
"Uncaught TypeError: Object function Array() { [native code] } has no method 'from'", source: file:///android_asset/www/app.js (13)
The text was updated successfully, but these errors were encountered:
You need to know that the from method belongs to the ES6 grammar, which is not recognized correctly in Android 4.4's webview. You need to use bable to convert the code that it can use normally.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
cordova: 8.0
android: 7.0
framework7-template-vue-webpack used
android 5.0 higher not problem
but
android 4.4 kitkat error message
"Uncaught TypeError: Object function Array() { [native code] } has no method 'from'", source: file:///android_asset/www/app.js (13)
The text was updated successfully, but these errors were encountered: