Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因此,我想创建一个供公司内部使用的网站,允许用户在移动设备上填写调查表,并在提交调查表后,同时提交他们的 GPS 位置。
这可能吗?如果是这样,任何人都可以推荐该软件来做到这一点?
假设您正在使用标签中的 Android 应用程序。您可能希望通过一次更新来获取 GPS 位置。通过 URL 参数将其传递给 webview,然后通过表单提交传递这些参数。
如果您只使用手机上的移动浏览器打开的网页,我建议您研究一下 HTML5,它有一些方便的资源。但是,这仅适用于更现代的浏览器,并且不是 100% 精确定位。
http://www.w3schools.com/html/html5_geolocation.asp