0
I cannot create es6 code from playground
It is posible to create only from es6 tutorial?
6 Respostas
+ 2
Webview is updatable at least from android version 5... android versions up to 4 should be considerated as outdated ;)
+ 1
You can create any code using ES6 in CodePlayground. The only thing that can limit you is the support of your device (some versions of Android, IOS and some outdated browsers do not support it).
+ 1
Webview is not updatable in many versions of Android. The version with which each version is distributed is the one that you are obliged to use in these cases (unless you have a custom ROM that allows it or one of the versions of Android where Chrome has prominence)
0
@Mickel wrote: << (some versions of Android, IOS and some outdated browsers do not support it). >>
Support of ES6 on android is more related to 'webview' part version than strictly to android version (even if outdated android version should limit the 'webview' version possible)...
0
Yes, but i think inside this app, when i create in "code playground" a "web" snippet, i cannot use es6.
But if i open code from es6 tutorial, it is possible to run the es6 code.
0
Support of ES6 is usually more or less partial: each browser/version could support some ES6 functionnalities, but not full range of ES6 specification ^^