Reputation: 3247
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
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
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