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: easeljs mathjax jquery I also used html5 w
Solution 1:
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.
Solution 2:
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.
Post a Comment for "How To Debug To Find Out The Reason Why The Website Doesn't Get Displayed On Android Browser"