Hi,
Is there any way in touch 2.0 to get the GPS location from the device and use it?
I couldn't find any answers in the forums or examples on how to do this. Perhaps it needs the native bundle?
thanks
Hi,
Is there any way in touch 2.0 to get the GPS location from the device and use it?
I couldn't find any answers in the forums or examples on how to do this. Perhaps it needs the native bundle?
thanks
Twitter - @evantrimboli
Former Sencha framework engineer, available for consulting.
As of 2017-09-22 I am not employed by Sencha, all subsequent posts are my own and do not represent Sencha in any way.
That's not global positioning system? I meant the GPS latitude/longitude.
nm. I see how it works now. Thanks!
I tried this on android phone and it doesn't seem to work.![]()
We have an Ext.util.GeoLocation class that uses the HTML5 geolocation spec. There is the locationupdate event that fires when the coords are returned.
Mitchell Simoens @LikelyMitch
Check out my GitHub:
https://github.com/mitchellsimoens
Posts are my own, not any current, past or future employer's.
Please could you give me an short example, how can I use the Ext.util.Geolocation class in the Ext.MAp class. I cant get this work at the andriod device. useCurrentPosition works perfect on iOS but not on android. I´ve been searching for hours for an solution. I´m using ST 2 / anroid 2.2.. It is possible without building a native app, just running on the android browser and get the current possition via GPS?
Thanks a lot....really great job this framework !!!