-
From Tamas:
Also offer the ability to use HTML5 Geolocation. That is a must, especially that lots if not the majority of the users use apps like this on their mobile devices. HTML5 Geolocation would …
-
http://dev.w3.org/geo/api/spec-source.html#watch-position I almost forgot about this. It should be pretty easy to add a marker and have it update with your current position on the cached map.That feat…
-
In case we do not know user's location (#171), we could try [HTML5 geolocation API](http://dev.w3.org/geo/api/spec-source.html) and send this information from the browser. Augment our API (#171) with …
mitar updated
12 years ago
-
Great idea!
Would like to have ability to add photo with the location from the website, I'm looking at this one for picture taking http://demo.creative-jar.com/html5-camera/ and http://html5demos.com…
-
问题 1:HTML5 新特性有哪些
What are the new features of HTML5?
语义化标签
Semantic tags
音视频处理API(audio,video)
canvas / webGL
拖拽释放(Drag and drop) API
history API
requestAnimationFrame
地理位置(Geo…
-
For the GPS to be accessible from WebWorks apps, an extra permission is required:
access_location_services
This is missing from the docs.
-
I've been trying to set up geolocation (coarse) for my app. It always times out on WiFi and celltowers, which are the cases I'm interested in. The tests:
-local file with and without the cordova ge…
-
HTML5 Geolocation isn't able to get location when GMS Service package does't exist
http://awebird.com/blog/art/24
-
Currently, tests would only record IP. they should also ask for browser's understanding of it's location, and metadata we ask for including:
- How much you're paying for service
- If you're on wifi
- …
-
- [ ] I want to take bus route x, where is the closest stop (and then give me predictions)
- [ ] Also give me estimated time to walk to that stop (and let me know if I'm likely to make it on time or m…