From 16e584cc8dc057290e14f829b507fbbef3cdf60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Mon, 5 Oct 2015 15:57:43 +0200 Subject: handle phonegap native mobile app --- cordova.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cordova.js (limited to 'cordova.js') 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 -- cgit v1.2.1