问题
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 webworkers. This is my test website: thewebdesign.org/v16/
My question is:How to find out the reasons.
回答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.
回答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.
来源:https://stackoverflow.com/questions/36117069/how-to-debug-to-find-out-the-reason-why-the-website-doesnt-get-displayed-on-and