Description
I have used cordova in past to create android app using web technologies. I'm using now this interesting framework and it seems working fine on android versions greater of 4.4. If I try to run an apk generated with this library on an android that run on android 4.4 or lower, the app will close immediately after opening. Anyway LTS is not the priprity of this framework and this is ok because nowdays no one run anymore old android releases prior to 5.
An interesting feature that can be added will be a splash screen to display during the app boot process like cordova does, it will avoid that the user see a blank screen when the app is started. I don't know if there is already a way to add this but at the moment the UX of my generated apps will suffer for this little detail because users can think that the app isn't working during the few seconds that the app is started.