Answer the question
In order to leave comments, you need to log in
How to debug a website on a smartphone?
There is a site that works perfectly everywhere, except for an android smartphone in chrome. I'm currently looking for some kind of android development tool or a browser emulator for Ubuntu, can anyone suggest?
Answer the question
In order to leave comments, you need to log in
You can connect your phone via USB and debug using Dev Tools https://developers.google.com/chrome-developer-too...
chrome uses webkit, v8 look at the versions of these browser components (or the version of the browser itself) on an android phone and find an analogue for a PC (at least wine at least tench) and debug it :) at 99 percent everything will work on the phone as well as on the PC
try weinre
https://www.npmjs.org/package/weinre
it was developed for debugging phonegap apps
all it takes is:
- run "weinre" server on local machine or use external
- connect script to page
further stripped down "dev tools" is available from chrome
and you can debug on any device
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question