How to check View Source in Mobile Browsers (Both Android && Feature Phone)

Raaga picture Raaga · Jul 23, 2014 · Viewed 164.6k times · Source

I need to check the view source of the page from mobile / tablet browsers ( Android Phones/Tablets and Feature Phones).

I tried some of the methods but is not feasible like in desktop. I feels difficult to check it.

JS

javascript: alert(document.getElementsByTagName('html')[0].innerHTML);

Chrome && Firefox (Android)

view-source:http://domain.com

Is it there any other method to check in other browsers and in featured phone browsers

Answer

Marian07 picture Marian07 · Feb 23, 2020

Now, adding view-source: before the site-address.com works on Chrome - Android. Source: https://www.quora.com/How-can-I-view-a-webpage-source-code-in-Google-chrome-mobile-version