标签: jquery jquery-mobile cordova tablet
我想知道是否可以使用Jquery mobile / Phonegap获取Android平板电脑的位置
答案 0 :(得分:2)
是的,您可以使用navigator.geolocation.getCurrentPosition功能。
navigator.geolocation.getCurrentPosition
以下是官方文档:http://docs.phonegap.com/en/2.8.0/cordova_geolocation_geolocation.md.html#geolocation.getCurrentPosition