MobiOne - Iphone Emulator for Web Developer

    Just recently there was a good overview of emulators of mobile devices 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 noted for myself as very good. One of the main problems of the emulator that was proposed in the above mentioned post is that touch events do not work in it. Suppose in my case I needed to test the Drag and drop functionality, but since touch events are used in Iphone to implement this functionality, testing using the proposed emulator is impossible, since mouse events work differently on Iphone / Ipad, but MobiOne allows to test such things.

    And so how MobiOne can 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 design sites for IPhone).

    Since everyone will be more interested in looking at this emulator in action, I suggest watching a few videos with which you can evaluate the usability of MobiOne.

    General demo




    Dom inspector




    Touch events




    You can download MobiOne from here.
    How to work with this emulator can be read here.

    Also popular now: