Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is HTML, CSS remote debugging possible for Mobile and Tablets like Android , ipads? [duplicate]

Is HTML, CSS remote bugging depossible for Mobile and Tablets like Android , iPads?

For example I want to use firebug on Ipad website, but from my desktop and firebug changes should be seen in iPad.

my question is not specifically to Firebug, if I can use Safari developer tools, IE 9 developer toolbar or similar tools which can edit live css, html on pages., it would be fine.

Note:

I already know about Firebug Lite. But my question is about remote debugging.

Mobile phones and tablets doesn't have Mouse so it's inconvenient to use Firebug lite on them.

like image 588
Jitendra Vyas Avatar asked May 25 '11 11:05

Jitendra Vyas


1 Answers

Remy Sharp has a couple of solutions, as he usually does.

Firebug Bookmarklet

http://remysharp.com/2007/03/13/firebug-in-ie-for-any-web-site/

JS Console remote debugging (jsconsole.com).

http://www.youtube.com/watch?v=DSH392Gxaho

like image 136
Nick Pyett Avatar answered Sep 23 '22 04:09

Nick Pyett