diff options
Diffstat (limited to 'cordova.js')
-rw-r--r-- | cordova.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cordova.js b/cordova.js new file mode 100644 index 0000000..1aa58fd --- /dev/null +++ b/cordova.js @@ -0,0 +1,3 @@ +// differentiates between a native Phonegap/Cordova app, and a web app +// a Phonegap/Cordova build injects a native version of this file +codeq.isWebApp = true;
\ No newline at end of file |