We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(part of PKUI.CORE)
Return Type: void
Parameters: none
Hides the splash screen, if the platform supports it, and the splash screen isn't automatically hidden by Phonegap.
Example:
PKUTIL.delay (10000, PKUI.CORE.hideSplash); // hide the splash screen after 10s PKUI.CORE.hideSplash(); // hide the splash screen immediately
0.1 Introduced
0.2 Docs Valid