mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
stub methods
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
|
||||
// platformReady: Cordova said it's ready
|
||||
|
||||
// domReady: DOM is ready
|
||||
|
||||
// ready: if cordova, it's the same as platformReady, if browser, same as dom ready
|
||||
|
||||
// windowLoad: All scripts have been loaded, window ready
|
||||
|
||||
// fullScreen
|
||||
|
||||
// showStatusBar
|
||||
|
||||
// exitApp
|
||||
|
||||
// is: is('ios') type of check
|
||||
|
||||
// platformName: returns ios
|
||||
|
||||
// platformVersion: returns 8.2
|
||||
|
||||
// webview: returns cordova, trigger.io, browser
|
||||
|
||||
Reference in New Issue
Block a user