6
I’m developing a website that, although it looks good on the desktop, is getting deformed when accessed via mobile devices. Specifically, some problems occur when using the browser Android standard, others when using Chrome pro Android. I don’t have access to other devices to test (iPhone, etc).
To debug on the desktop, usually just use the tools themselves browser ("Inspect Element" type), but there’s nothing equivalent I know about these devices. I see the element out of place, but I can’t imagine why... (and the site still uses several third-party plugins, which complicates a bit the task)
Are there tools to help debug mobile sites? Preferably something I can install on the desktop, without having access to the actual device. I even installed Android in a virtual machine, which does not help much, because it still lacks the means to do the debugging. How this is usually done?
The device mode of google Chrome you’ve used?
– haykou
@haykou I did not know no, it looks very good! Thanks, I will try here
– mgibsonbr
A fantastic option on Chrome for Android is the Remote Debugging.
– André Ribeiro