framework7io / framework7-template-vue-webpack

Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
https://framework7.io/vue/
MIT License
384 stars 136 forks source link

android 4.4 kitkat arryr.form error #81

Open poptong opened 5 years ago

poptong commented 5 years ago

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)

umbrella22 commented 5 years ago

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.