Is a way to see the errors of a site on android mobile without installing any app?

275 views Asked by At

I use github to code html sites and to host it but I do not find a way to see the errors of my site on mobile.

Is a way to see the errors of a site on chrome or samsung browser on android mobile or does anyone know a site where you can see the errors of another site (not only of the html file for all imported files) ?

1

There are 1 answers

0
Alexander Hoffmann On
  1. You can use each browser's developer mode to show the mobile version of a website. Check out the documentations e.g. for Chrome, Firefox and Safari.

  2. You can use mobile device farms to remotely connect to a smartphone and control it. There are paid services for this like browserstack. Samsung also offers remote connections to its devices for free in their remote test lab.

  3. You can install an android emulator and download various browsers. The easiest approach is to download and install Android Studio and set up the emulator there. For iOS you require a Mac and Xcode.

  4. You can use tools like Google's Lighthouse to check your website for errors. Additionally, if you set up Google Search Console for your website, you'll get automatic reports if your site contains obvious problems. It can find problems on mobile websites when the text is too small or if buttons are too close together. Example errors for mobile website usability from Google Search Console