framework7-template-vue-webpack icon indicating copy to clipboard operation
framework7-template-vue-webpack copied to clipboard

android 4.4 kitkat arryr.form error

Open poptong opened this issue 6 years ago • 1 comments

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)

poptong avatar Feb 25 '19 22:02 poptong

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.

umbrella22 avatar Apr 01 '19 02:04 umbrella22