Y
Y
Yuriy Berg2016-04-22 14:56:30
Software testing
Yuriy Berg, 2016-04-22 14:56:30

How to test a web app on a phone?

Hello, if you can help me.
I started to develop a web application that will be used only on the phone. Developing a view using jQuery mobile, jQuery UI (droppable, draggable). And I test everything in Google Chrome version for OS X.
But I move the project files via USB to the phone, some jQuery UI elements do not work for me.
The task and the question is - so as not to repeat this, as I immediately test on the phone or emulator with Guard livereload, or npm server. What would you suggest or advise?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Blokhin, 2016-04-22
@TITnet

Set your phone aside to begin.
Set up any web server to serve your site by IP.
Install the Genymotion emulator to test Android devices.
Run the iOS Simulator (included in OS X) to test iOS devices.
When you're done, move on to testing on real devices.
ps: In Safari, you can press `opt+cmd+r` to test on iOS devices.

R
Rafael™, 2016-04-22
@maxminimus

pattern server type MAMP
Wi-Fi router
you enter in the phone browser something like: 192.168.100.3:8888

I
Ivan, 2016-04-22
@LiguidCool

1) As advised above, you make a local server for LAN'a.
2) Connect the phone via USB and in the included debugging, see what goes where through the computer Chrome (Google will tell you how this is done).
3) When you are debugging in the phone's chrome, compile the application and also configure it via USB debugging if something goes wrong (computer chrome and mobile www applications should show in the debugger).

Z
Zempik, 2016-04-22
@Zempik

Probably not, but still:
7d834b536e704efabceb670cd7c98ea6.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question