- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey guys, my app is ready for publishing. I have one last issue, my splash-screen is not displaying at all, not during emulation or on the builds.
This is the code I'm using:
<script>
document.addEventListener("intel.xdk.device.ready", onDeviceReady, false);
function onDeviceReady(){
// set orientation
intel.xdk.device.setRotateOrientation('portrait');
intel.xdk.device.hideSplashScreen();
}
//Hide status bar
//intel.xdk.device.hideStatusBar();
</script>
Please help urgently. I can go live after I sort this out.
Cheers
Nick
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please use the Cordova splash screen feature. Do not use the intel.xdk.device functions, they are obsolete. See the blank template or the hello-cordova sample for an example.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page