You should be able to watch the database using desktop safari developer tools while you are interacting with it in simulator.
There are debug hooks into simulator because Dashcode allows you to step through your js that is running in the simulator. Unfortunately I know of no way to access this outside of Dashcode. Depending on how complex your touch events are, you may also be able to route mousedown to touchstart and so on. No multitouch though... Sent from my iPhone On 2010-07-27, at 12:40 AM, Excell <[email protected]> wrote: > Hi all > > I am currently trying to develop a web app on for the ipad, I want to > be able to debug this in safari but there is one problem the onclick > and ontouchstart etc relationship, safari even in ipod mode (User > Agent) will not understand the specific Ipad commands. > > I can use the ipad simulator which does have some javascript > debugging, but there is noway that I can find to read the database on > the simulator to check my database input. > > Does anyone have any suggestions on this > > Thanks for any input > > > Roger[Excell] > > -- > 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. > -- 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.
