android-js / androidjs

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

Application startup delay #307

Open VasStepanov opened 11 months ago

VasStepanov commented 11 months 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!