为平板电脑移植网络应用程序
我的网络应用程序是用 Java 编写的,前端是 JS。我想移植到平板电脑和其他触摸移动设备。开发原生 API 当然是一种选择,但我更喜欢让旧应用程序在平板电脑上运行。
我知道我需要对触摸界面的 UI 进行一些更改,并且我愿意这样做。
所以我的问题是:是否有可用的平板电脑模拟器,我可以在其中尝试我的应用程序并查看它在此类设备上的损坏位置。*
继续执行此操作的最佳方法是什么? !
提前致谢
My web app is written in Java with front-end in JS. I want to port to tablet and other touch mobile devices. Developing a native API is ofcourse an option but I would prefer making the old app work on tablet.
I know I would need to make some changes in UI for the touch interface and I am willing to do it.
So My question is: A*re there tablet Simulators available on which I can try my app and see where it breaks on such device.*
What would be the best approach to proceed on this?
thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
平板电脑使用各种操作系统,因此也使用不同的 API、支持的功能等。例如,对于 iPad,XCode 提供了一个模拟器。我在某处读到,即将推出的 BB 平板电脑也将有一个开发模拟器。
Tablets use various OS's and, thus, different API's, supported features, etc... For iPad, for imstance, XCode provides a simulator. I read somewhere that the BB tablet coming out will have a simulator for dev as well.