From 2614138c613bcdc603b9b373363c5a4de45636ea Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 1 Apr 2015 11:15:12 -0500 Subject: [PATCH] stub methods --- src/webview/webview.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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