GPS geolocation support
See original GitHub issueI need accurate GPS location for an app. So geolocation by IP won’t do. I see that you may use cordova plugins such as cordova-plugin-geolocation.
But looking at the documentation for doing this myself is a bit vague. It talks about building locally and requiring Xcode which I would be unable to do on my Linux system. It also talks about a config.xml
for including plugins. Could this possibly be all I need to do to include the cordova plugin? Do I need to build it myself, or map methods? I’m under the impression that builds can be done with the press of a button.
I’ve got a working node.js server running with the tabris.js app working on both Android and iPhone for some simple user interaction. How difficult would including native GPS data be? Alternatively I could perhaps use the in-app-browser to use W3C standards of trying to access GPS data.
This is my first few days with tabris.js so some direction would be greatly appreciated.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
To include a plugin, as dested mentioned you just add the appropriate line to your
config.xml
. Once you’ve done that, you can head over to the “My Apps” section of https://tabrisjs.com/ and kick off a build for Android or iOS.Yes just a simple if statement. Yes just the config XML changes.
On Tue, Aug 30, 2016, 2:20 PM Daniel P. Clark notifications@github.com wrote: