This is a migrated thread and some comments may be shown as answers.

Hide Splash screen not working

1 Answer 48 Views
Application
This is a migrated thread and some comments may be shown as answers.
devApps
Top achievements
Rank 1
devApps asked on 08 Aug 2017, 11:08 AM

I am using the following code to hide the splash screen.

In my plugins , I have the cordova splash screen plugin enabled.

I am testing on an android device , it does not hide the splash screen.

//declare the application variable globally
var app;
 
// Wait for PhoneGap to load
document.addEventListener("deviceready", onDeviceReady, false);
             
// PhoneGap is ready
function onDeviceReady() {
            app = new kendo.mobile.Application(document.body, { platform: 'ios7' });
            navigator.splashscreen.hide();
 }

1 Answer, 1 is accepted

Sort by
0
Ventsislav Georgiev
Telerik team
answered on 10 Aug 2017, 07:20 AM
Hello devApps,

Please let us continue the discussion in your support ticket on the same question.
Thank you for your understanding.

Regards,
Ventsislav Georgiev
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Application
Asked by
devApps
Top achievements
Rank 1
Answers by
Ventsislav Georgiev
Telerik team
Share this question
or