Getting Location Via A Web Application Being Run In A Webview
m.google.com somehow requests the current location when loaded in Android's browser. I want to do the same thing from a web page being loaded into a WebView in my own application.
Solution 1:
It's done via HTML5.
Lookup here the Javascript: http://dev.w3.org/geo/api/spec-source.html
Post a Comment for "Getting Location Via A Web Application Being Run In A Webview"