Reputation: 61
I did a device reset on a device running Android 5.1, but afterwards my apps built with Cordova could not open when installing them again. Just a blank white screen is shown now. When inspecting the app I find the issue Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode.
So I'm guessing the device reset removed the latest support for the JS keywords.
Upvotes: 1
Views: 218
Reputation: 61
Seems like the WebView was outdated, just had to update the Android System WebView:
Upvotes: 1