Hi Bryn,
Thanks for the post!
For info like that, you'd need to extract it from the device itself using javascript. I tinkered with some iPhone development a couple of months ago at work and I think I used some code like this:
http://www.digimantra.com/howto/current-...x-browser/
The W3C is attempting to standardize all this, but navigator.geolocation.getCurrentPosition DOES work on the iPhone - that much I do know.
http://dev.w3.org/geo/api/spec-source.html
Basically what you'll need to do is extract the coordinates and store them in hidden form fields to pass to Form Tools for storage. For the other information, you'll need to do some Googling, I'm afraid.
Good luck with the project! Sounds fun!
- Ben
Thanks for the post!
For info like that, you'd need to extract it from the device itself using javascript. I tinkered with some iPhone development a couple of months ago at work and I think I used some code like this:
http://www.digimantra.com/howto/current-...x-browser/
The W3C is attempting to standardize all this, but navigator.geolocation.getCurrentPosition DOES work on the iPhone - that much I do know.
http://dev.w3.org/geo/api/spec-source.html
Basically what you'll need to do is extract the coordinates and store them in hidden form fields to pass to Form Tools for storage. For the other information, you'll need to do some Googling, I'm afraid.
Good luck with the project! Sounds fun!
- Ben