What is web development?
Web development is the work involved in developing a website for the Internet.
Is it possible on android?
The answer is yes! Web development is possible in android. Here on android there are many IDE and coding apps to do that!
Which is best App for web dev?
Here are list of top 3 apps I personally use for web development!
How can we get inspect element on android?
The answer is simple! There is an awesome open source console developed for android named Eruda
How to use Eruda in any browser?
- Create a new bookmark.
- Set any name
- Set URL to
javascript:(function () { var script = document.createElement('script');script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
How to use inspect element?
To start console (inspect element) on any webpage just visit that webpage then search name of your saved bookmark and click to load it.
Click that setting icon to open your inspect element!
Top comments (0)