0

我在前端使用 jquery/html 并在后端使用 webservice (restful) 开发了一个 Web 应用程序,如何在移动设备上检查该站点的兼容性?

我在谷歌上搜索了一个叫做 jquery mobile 的东西,这对我有什么帮助?我的意思是我可以在移动设备上使用相同的代码(桌面代码)还是我需要单独开发代码,以及如何测试应用程序。

4

1 回答 1

0

jquery mobile 是一个构建像 webapps 这样的原生框架。
它支持 iphone 过渡动画,并且兼容多浏览器。

测试移动应用程序 -> 查看这些工具

http://speckyboy.com/2010/04/12/mobile-web-and-app-development-testing-and-emulation-tools/

http://www.genuitec.com/mobile/

于 2012-06-28T10:45:21.550 回答