phonegap / build

This is the public repository for PhoneGap Build source and bug tracking
92 stars 33 forks source link

[Android] Splash Screen With Flexible Timeout #42

Closed amirudin closed 11 years ago

amirudin commented 11 years ago

Issue with Android timeout too short. This could be addressed by pairing config.xml param with additional line in Java class.

super.setIntegerProperty("splashscreen", R.drawable.splash); super.loadUrl("file:///android_asset/www/index.html", [flexible_value]);

Related issues http://community.phonegap.com/nitobi/topics/splash_finishes_but_my_android_app_continues_loading http://community.phonegap.com/nitobi/topics/black_screen_on_android_app http://community.phonegap.com/nitobi/topics/webview_url_load_timeout_editing

alunny commented 11 years ago

assigned to @goya since it's kinda the same thing as #12