Skip to content

PKUI.CORE.hideSplash

kerrishotts edited this page Nov 14, 2012 · 1 revision

(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

Version

0.1 Introduced

0.2 Docs Valid

Clone this wiki locally