Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

Location Service #31

Open htwmehdi opened 8 years ago

htwmehdi commented 8 years ago

Hello,

is there a way to get the user location from the app ? the idea is to show the user location in a map, or display it in text field so it can be submitted.

Thank you

mdekermadec commented 8 years ago

Geo localisation is part of HTML5 API, but it require to setup extra permission for this to work.

I think it could be a great addition for future version of AppDeck, I will put this on roadmap.

htwmehdi commented 8 years ago

@mdekermadec that would be awesome!

israrwz commented 8 years ago

@mdekermadec Geo location is a very important feature. any idea on when it will be incorporated? The app I am developing depends on this feature. I will be looking forward to see this feature in the great AppDeck project.

mdekermadec commented 8 years ago

This is still on our roadmap. We are thinking of plugin phonegap API to take advantage out of the box of some usefull API like Geoloc, Contact ect ...

brynnb commented 7 years ago

I assume this is still not implemented? Not seeing any details about it in the docs or repository.