I'm developing a website that, although it looks good on the desktop, is getting deformed when accessed via mobile devices. Specifically, some issues occur when using the Android default browser , others when using Chrome pro Android. I do not have access to other devices to test (iPhone, etc).
To debug on the desktop, you generally just have to use the browser's own tools (type "Inspect Element"), but there is something equivalent that I know about these devices. I see the element out of place, but I can not imagine why ... (and the site still uses several third-party plugins, which complicates the job a little)
Are there tools to help debug mobile sites? Preferably something I can install on the desktop without having to actually access the device. I got to install Android in a virtual machine, which does not help much, because it still lacks the means to do the debugging. How is this usually done?