Can you inspect element on a Samsung tablet's

2019-01-20 16:49发布

Is there any way of inspecting element on a Samsung tablet using the default Internet Application? I have some bugs that need sorting that only appear in the native Samsung / Android 'Internet' application.

2条回答
小情绪 Triste *
2楼-- · 2019-01-20 17:06

Samsung Internet can be debugged remotely using Chrome on the desktop. Any pages you have open in Samsung Internet should be listed for inspection under chrome://inspect:

Screenshot

As Ada shared here, you can also enable port forwarding and connect to a server running on your desktop machine. You will need the Chrome app running on your desktop. If your localhost URL does not resolve, visit chrome://inspect and ensure port forwarding is enabled. You may also need to open the Chrome app on your mobile device.

Update: There is a page in the Dev Hub docs about remote debugging here.

查看更多
smile是对你的礼貌
3楼-- · 2019-01-20 17:10
登录 后发表回答