diff --git a/src/webview/webview.js b/src/webview/webview.js index e69de29bb2..d250aa6836 100644 --- a/src/webview/webview.js +++ b/src/webview/webview.js @@ -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