简体   繁体   中英

How to inspect elements on an android device

Is there any way to inspect a website on android device. I'm not asking about Ctrl+U or view-source: https://blabla.com/ , I'm asking about Ctrl+Shift+I .

What you are asking about is usually called remote debugging . While there are many related questions already, I was not able to find one that is not completely outdated.

First, you will need to install the Android Debug Bridge (adb) on your computer. Then set up remote debugging with your browsers.

If you want to inspect (Ctrl +Shift+ I) the html, There are mobile apps like website editor and other things. If you want to make it to css, better download yandex browser and go to chrome web store and add similar extensions like css inspector. Now open extension and hover the element you want to view.

It will look something like this:<\/strong>

  1.  
         

      <\/li>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM