eMRe
eMRe

Reputation: 3247

how to debug to find out the reason why the website doesn't get displayed on android browser

I am doing some tests and realised that android browser does not display my website. The other browsers are ok.

I used these libraries:

I also used html5 webworkers. This is my test website: thewebdesign.org/v16/

My question is:How to find out the reasons.

Upvotes: 0

Views: 386

Answers (2)

Hachi
Hachi

Reputation: 536

Remote debugging is the most accurate / best, as suggested above, but if you are not able to use remote debugging: You can try out browserstack (http://browserstack.com/). Even though you would fix the android issue, there are no guarantees, IOS works. That is why I have been using browserstack, to test IOS.

Upvotes: 0

Andrés
Andrés

Reputation: 783

Take a look at https://developers.google.com/web/tools/chrome-devtools/debug/remote-debugging/remote-debugging to be able to inspect the chrome console.

Hope it helps.

Upvotes: 2

Related Questions