开发者

Is the Android Emulator browser suitable and reliable for testing an HTML/Javascript Application?

开发者 https://www.devze.com 2023-01-07 16:12 出处:网络
I\'m developing an HTML / Javascript application meant to run on an Android device running Froyo (2.2). Assuming I don\'t need multitouch functionality, will the emulator\'s browser be a reliable mean

I'm developing an HTML / Javascript application meant to run on an Android device running Froyo (2.2). Assuming I don't need multitouch functionality, will the emulator's browser be a reliable means of debugging HTML, CSS and Javascript? Or is it possible that I would work out 开发者_如何学Goall the bugs in the emulator but find the actual device handles things differently?


The underlying code for WebKit is identical in the emulator and the actual device. The only thing you need to worry about are the other components inbetween (some carriers have proxies, for example. I used to have problems with T-Mobile where it would simply send me a outdated cached version of a site instead of even contacting the site).

0

精彩评论

暂无评论...
验证码 换一张
取 消