html5 - splash screen issue with android + phonegap -
i working phonegap+sencha touch application.
i have added splash screen in android follow,
super.setintegerproperty("splashscreen", r.drawable.splash);
then have set autohidesplashscreen property false follow in config.xml,
<preference name="auto-hide-splash-screen" value="false" />
still hide automatically after seconds, want make splash screen visible second want.
there solution ?
appreciated.
in advance.
in mainactivity.java, can set timer value in super.loadurl() method. this:
super.loadurl("file:///android_asset/www/index.html",10000);
this show splashscreen 10 seconds. can increase value wish.
Comments
Post a Comment