Rommel Paras
Posts: 0
Joined: Fri Jun 14, 2013 2:58 am

Platform or Browser Detection

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.?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Platform or Browser Detection

Hello!

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Platform or Browser Detection

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.

Aric Brown
Posts: 0
Joined: Wed Jan 15, 2014 3:01 am

Platform or Browser Detection

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Platform or Browser Detection

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

Return to “Issues”