android-js / androidjs

Platform to build android app using node js
MIT License
466 stars 109 forks source link

Application startup delay #307

Open VasStepanov opened 1 year ago

VasStepanov commented 1 year ago

Hi! When launching the application, there is a slight delay of 1.5-2 seconds - a white screen. I use androidjs-builder@2.2.2 and "project-type": "static". What can be done so that the splash screen starts immediately when the application is launched, as on native applications? Thanks!