There is no way without including a native aspect to your solution. You can either write your own or use a 3rd party solution like webtonative.com as Michael suggests.
I certainly like the look of that linked solution but have also solved some of these problems along the way, so I don't think they are necessarily difficult obstacles to overcome. With fairly little Obj-C knowledge, you should be able to put together your own native application with access to GPS readings. From there, you can inject GPS data into your web application using a UIWebView. Ultimately, you are no longer a web app, but at least you provide all the necessary downloads. /dave On Sep 3, 10:58 am, millusions <[EMAIL PROTECTED]> wrote: > Ok. So, > > I need to know how I can get the phones current location inside a > webapp in te form of either a zip ir a gps location and have it feed > into a field on the main page. I have worked with searchquest, but I'd > prefer to do it without having the user needing to download extra > stuff to make my app work. Any help would be hot. > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
