How do I troubleshoot mobile web application on iPad?
I want troubles开发者_如何学Gohoot my mobile web app that isn't working on iPad in Safari. Are there developer tools that would let me do that?
I'm trying to stream images to Safari via web service. The error message is being captured in my javascript that tries to display images. Safari has a Debug console which doesn't show any errors.
I wish there was something like a firebug for mobile so that I could step through my javscript.
Update. Found this http://www.blog.cordslatton.com/2010/11/debugging-ios-mobile-safari-ipad-iphone/
You can Install Xcode if you are using a Mac and then use the Mobile Simulator. Alternatively there is a Debug Console option on the Device (You can enable it by going to Settings -> Safari -> Developer -> Debug Console)
Edit: There is an article written by GoDaddy which explains how you can set up a Developer Environment on the iPad including Firebug Lite: http://community.godaddy.com/library/setting-up-a-debugging-environment-on-the-ipad/
精彩评论