A
A
Andrew2014-02-25 08:16:14
Android
Andrew, 2014-02-25 08:16:14

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

5 answer(s)
K
Kuzzy, 2014-02-25
@SkaN2412

You can connect your phone via USB and debug using Dev Tools https://developers.google.com/chrome-developer-too...

P
PKochubey, 2014-02-25
@PKochubey

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

A
Alexander Litvinov, 2014-02-25
@Sander_Li

developer tools

C
ClassicRed, 2014-02-25
@ClassicRed

try this www.opera.com/developer/mobile-emulator

S
snackovich, 2014-02-25
@snackovich

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 question

Ask a Question

731 491 924 answers to any question