Recently there was a good review of mobile device emulators habrahabr.ru/blogs/webdev/96453 . But in this post only one emulator was mentioned for testing web applications for Iphone on Windows. I would like to add one more - MobiOne , which I have noted for myself as very good. One of the main problems of the emulator that was proposed in the above post is that touch events do not work in it. Suppose in my case I had to test the Drag and Drop functionality, but since Iphone uses touch events to implement this functionality, testing using the proposed emulator is impossible, since mouse events work differently on Iphone / Ipad, but MobiOne allows such things to test. And so, how can MobiOne be useful for a web developer: - javascript profiler; - JavaScript debugger; - DOM inspector; - Local Storage inspector; - Resource Monitor; - Design center (a utility that allows you to develop website design for IPhone).
Since it will be more interesting for everyone to look at this emulator in action, I suggest watching several video clips with the help of which you will be able to evaluate the usability of MobiOne.
Total demo
')
DOM inspector
Touch Events
Download MobiOne from here. How to work with this emulator can be read here.