Reputation: 689
I use Firebug Lite in order to debug an app for iPad. It works great and I can see CSS files, JavaScript files and inspect the DOM tree directly on the iPad.
However, it seems that it doesn't detect JavaScript errors and do not log them to the console. The default iOS safari console says there are JavaScript errors but Firebug does not detect nor show them. My iPad runs under iOS 5 by the way.
Any ideas ?
Upvotes: 5
Views: 257