Open dev-tools in Android (no remote debug)

Open dev-tools in Android (no remote debug)

Inspect elements in Android without remote debugging

ยท

1 min read

Hi folks! ๐Ÿ˜Š

This article presents a quick topic on how to debug a web page on Android device.

On hearing the topic, some devs will think of remote debugging - https://developer.chrome.com/docs/devtools/remote-debugging. Am aware of that too but it has more steps like connecting USB to laptop, enabling dev options in mobile, ... and more.

What if you don't have any external device and there's a need to debug/audit a web page ?

I will show you a simple way to debug in mobile without any external device.

Quick Start

  • Go to PlayStore -> Install Kiwi browser
  • Open Browser and go to any web page
  • Click Options icon on top left -> Select Developer tools

Preview

Screenrecorder-2022-02-07-23-18-05-185(0)(0).gif

You have all options similar to web inspector in desktop

Screenshot_2022-02-07-23-47-17-434_com.kiwibrowser.browser.jpg

Screenshot_2022-02-07-23-47-23-214_com.kiwibrowser.browser.jpg

You can use console, networks, lighthouse, ... tabs

You can also add chrome extensions to this browser

ย