我正在开展一个phonegap项目。我需要得到用户的地理位置。当我将APK部署到我的Android手机时,一切正常。
可悲的是,我无法在我的localhost上运行它。我使用以下命令启动phonegap服务器:
phonegap serve
之后我打开提供的URL。在尝试获取地理位置时,chrome输出
getCurrentPosition() and watchPosition() are deprecated on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS.
到目前为止一切正常。现在我不想在HTTPS下启动phonegap服务器,我可以获得地理定位。这可能吗?
感谢您的帮助!