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)
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.
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)