Isthere some kind of Developer toolbar that can be used within the iPad Safari..I am aware of the same on desktop Safari as well as I know there is a Debugger option in iPad Safari..But is there a quick way of editing CSS/JS within the iPad Safari..
|
There is no developer toolbar for Safari iPad, but you could definitely use something like firebug lite to do most of what you want! Just add the bookmarklet to your bookmarks, and then load it while you're looking at your page. Your other option is Weinre, a remote debugger and part of the PhoneGap project. Essentially, it lets you run an interface similar to the Chrome document inspector on your desktop machine, that manipulates the document on your iPad or iPhone. The commenter below brought my attention to this awesome tool a year ago, but since then the project's URL has changed so I'm adding it here. FirebugLite does have some issues with rendering speed and dealing with JavaScript, and it additionally doesn't scale its fonts very well. For these reasons, Weinre is definitely a more powerful tool - but also harder to start using. |
|||||||||||
|
|
You can use this little trick to enable Firebug Lite or any other debugging tool built into a bookmarklet, works quite well actually! http://www.blog.cordslatton.com/2010/11/debugging-ios-mobile-safari-ipad-iphone/ |
|||
|
|
on the ipad go to settings > safari > developer and activate the debug console. connect your ipad with your computer. on your computer open safari, enable the developer tools in the settings. check the above menu for the tab 'developer' and find you ipad there. full control via console from your desktop machine over the iOS safari. booms :) ps: this works exact the same way with the iphone as well.. |
|||
|
There is a set of developer tools in Safari. Go to Settings > Advanced and take a good look :) |
|||||
|
|
Safari iPad doesn't have a development tool, but it does have a debug toolbar. It's features include:
So it's not great for development, but it's a lot better than nothing. Here's how to enable it:
You should then see a banner at the top of web pages with messages from the debug console. |
|||
|