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.
Asked
Active
Viewed 1.7k times
1 Answers
9
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
:
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.

poshaughnessy
- 1,978
- 3
- 21
- 35
-
I can connect to a Galaxy tablet and it's listed in the devices tab of the 'chrome://inspect' page, but there's no list of pages to inspect on that tab. I've gone to the 'pages' tab and clicked inspect on those, but in dev tools, none of the output on the 'elements' tab looks like the page I have open in the Samsung Internet app on the tablet. Any advice? – moosefetcher Jul 19 '17 at 12:35
-
@moosefetcher Please could you share which version of Samsung Internet it is? Also just to check, do you have the Chrome app open on your mobile device too? (It can be necessary to establish the connection). Can you see pages you have open in Chrome listed? – poshaughnessy Jul 19 '17 at 13:19
-
1The Internet app version is 4.2.2; I've now got Chrome and Internet open on the tablet. It looks like the tablet page is listed now! – moosefetcher Jul 19 '17 at 13:30
-
Unchecking css rules doesn't seem to have any effect on the tablet. Should it? And how do I even tell if I'm looking at the page through 'Internet' or Android Chrome? Thanks for the help, btw! – moosefetcher Jul 19 '17 at 13:37
-
Sorry unfortunately CSS can't be changed dynamically in v4. (It's resolved in v5! https://twitter.com/poshaughnessy/status/827536992888041472) If you inspect via the Devices page, you should know whether it's Internet or Chrome because Internet pages will be listed under a 'com.sec.android.app.sbrowser' heading? – poshaughnessy Jul 19 '17 at 14:43
-
This did not work for me initially, I had to also follow the steps here: https://stackoverflow.com/a/24410867/557406 – Charles L. Mar 01 '19 at 21:52
-
The dev hub link is dead and this isn't working for me – paqash Mar 20 '19 at 12:37