如何调试以找出网站无法在 android 浏览器上显示的原因

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

我正在做一些测试,发现 android 浏览器不显示我的网站。其他浏览器没问题。

我使用了这些库:

我也用过 html5 网络工作者。这是我的测试网站:thewebdesign.org/v16/

我的问题is:How找原因

查看 https://developers.google.com/web/tools/chrome-devtools/debug/remote-debugging/remote-debugging 以便能够检查 chrome 控制台。

希望对您有所帮助。

如上所述,远程调试是最准确/最好的,但如果您无法使用远程调试:您可以尝试 browserstack (http://browserstack.com/)。即使您会修复 android 问题,也不能保证 IOS 会起作用。这就是为什么我一直在使用 browserstack 来测试 IOS.