javascript - is Mobilizer capable of emulating perfectly the behavior of scripts as well? -
javascript - is Mobilizer capable of emulating perfectly the behavior of scripts as well? -
i took @ mobilizer http://www.springbox.com/mobilizer/
it's pretty amazing, beingness able simulate interfaces of iphones , stuff.
however, question is capable of rendering exact same behavior not layout javascript scripts?
i mean pretty wound find out script ran correctly in emulator fail in real scenario...
this programme not emulate actual phone os. far can tell, loading page in internal (desktop based) browser , displaying within phone right dimensions etc. sending user agent string belongs device well.
so, useful testing layout on different screen sizes, testing mobile redirect scripts , saving out mockups of website on device clients.
it definitely not used test if website work on device.
to accurately test without physical device on:
ios, check out ios simulator comes x code. android, check out android emulator comes android sdk. webos, check out webos emulator webos sdk blackberry, check out blackberry simulators (windows only)unfortunately, there no app makes testing on these devices easy seemed 'mobilizer' did. if can, it's test on actual devices emulators aren't perfect.
javascript mobile
Comments
Post a Comment