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

耗尽温柔 提交于 2019-12-12 01:42:52

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!