How can I inspect element in an Android browser?

前端 未结 3 810
北海茫月
北海茫月 2020-12-23 13:15

I want to inspect my website CSS/HTML elements in my Android browser.

However it will be over a smartphone or the Android SDK.

What is the best way to do it

3条回答
  •  忘掉有多难
    2020-12-23 13:59

    Chrome on Android makes it possible to use the Chrome developer tools on the desktop to inspect the HTML that was loaded from the Chrome application on the Android device.

    See: https://developers.google.com/chrome-developer-tools/docs/remote-debugging

提交回复
热议问题