vuex2 in webview of android4.4.2 cannot initialize, it makes the hold project failing to run
Hi, thanks for filling this issue. Please follow the Issue Reporting Guidelines and provide a live reproduction on jsfiddle, codepen etc. Thanks!
Are you using Promise polyfill? Vuex requires Promise and Android 4.4.2 does not seem to support it in native.
Thanks
@ktsn thanks for this information
Most helpful comment
Are you using
Promisepolyfill? Vuex requiresPromiseand Android 4.4.2 does not seem to support it in native.