Page 1 of 1

Platform or Browser Detection

Posted: Sun Jun 16, 2013 2:05 am
by Rommel Paras

There are ways to detect whether a page is being viewed on a mobile device (as an app or mobile web) or a desktop using Phonegap - http://stackoverflow.com/questions/80....

However, with Appery, how do you do it without invoking camera, barcode scanner, etc.?


Platform or Browser Detection

Posted: Sun Jun 16, 2013 2:36 am
by Alena Prykhodko

Hello!

I'll find more information on this question and let you know,


Platform or Browser Detection

Posted: Mon Jun 17, 2013 3:13 am
by maxkatz

Check if PhoneGap is installed when running the app. If yes, that means the app is installed (running as hybrid).

Appery.io is a platform for creating apps. The actual app runs in the browser on on the device.


Platform or Browser Detection

Posted: Wed Jan 15, 2014 3:01 am
by Aric Brown

Greetings,

What is the recommended way to programmatically "check if phonegap is installed"?

As of PhoneGap 3.0 checking device information requires the device plugin which does not appear to be hooked up in Appery.io v1.2 yet.


Platform or Browser Detection

Posted: Wed Jan 15, 2014 10:20 am
by Maryna Brodina

Hello! Use function posted here http://stackoverflow.com/a/13252184