Developer Tools for iOS and Android
Yes, you see right! That’s iPad with Web Developer Tools on the photo above! There is a new web browser app called Mr Bug (mrbug.io) for iOS and Android that has built in DOM Inspector, JavaScript console, Network monitor and more. Now you can check a bug on your website even if you are out of your office, or develop your new web app right from your tablet or phone.
Some key features:
Javascript console = Run any JavaScript command using Console tab:
DOM Inspector = Inspect DOM elements, check what is messing your website:
Network Monitor = Debug your AJAX requests, check body and headers: