summaryrefslogtreecommitdiff
path: root/cordova.js
diff options
context:
space:
mode:
authorMarko Pušnik <marko.pusnik@guru.si>2015-10-05 15:57:43 +0200
committerMarko Pušnik <marko.pusnik@guru.si>2015-10-05 15:57:43 +0200
commit16e584cc8dc057290e14f829b507fbbef3cdf60f (patch)
tree2f6c0aa706f7d38425f69dd50f491b4492ba1a01 /cordova.js
parent28e59b13a7c348570ee15663dc5153c5c8012794 (diff)
handle phonegap native mobile app
Diffstat (limited to 'cordova.js')
-rw-r--r--cordova.js3
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