Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging in mobile browsers?

I'm developing a web-application using HTML5 canvas and I need to debug in mobile browsers.

Normally I'm using firebug in Firefox and the built-in developer tools in Chromium for this, but I need to do some of the same on the iPhone and on Android-based phones, like the HTC Hero.

like image 893
mabs Avatar asked Nov 06 '22 09:11

mabs


1 Answers

Firebug lite is probably your best bet. Take a look at this bookmarklet which combines firebug lite with a bunch of other useful tools for mobile: Mobile Perf Bookmarklet.

like image 186
David Tang Avatar answered Nov 09 '22 05:11

David Tang