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
The issue with JavaScript bookmark code isn’t formatted and it’s very important on mobile.
Use https://view-source.hellafast.digital
It’s a web based solution and it also can be integrated to iOS