How to display Android browser (Chrome) on PC
This is Hase from the development team.
, I would like to introduce how to use Chrome Developer Tools to display the Android device's browser (Chrome) on a PC and
Preparation
Android device settings
1. Launch "Settings"
2. Tap "Developer options"
3. Turn on "Developer options" and check "USB Debugging".
The settings for Android are as follows.
Connection method
1. Start Chrome on your PC and open chrome://inspect
↓You will see a screen like this
2. Connect the Android device you set up earlier to your PC
3. Start Chrome on your Android device and open the URL you want to debug
↓Then, the open URL was displayed under Remote Target.
4. Click "inspect"
↓A new window will open and the Android screen will be displayed.
Since it is a developer tool, you can also edit HTML, CSS, and JavaScript.
You can also operate the Android browser from your PC by clicking or dragging the displayed Android screen,
when you want to debug sites that can only be viewed on smartphones, so
why not give it a try?
That's it.
If you found this article helpful , please give it a like!