GWT 开发模式不仅在本地主机上用于移动应用程序开发
我需要调试和测试移动网络应用程序。
如何为移动应用程序开发设置有效的GWT开发模式以实现快速开发环境?我希望 GWT 托管模式可以在 iPhone 浏览器上执行。有合适的替代方案吗?
I need to debug and test a mobile web-application.
How to setup a working GWT development mode for mobile application development to enable a fast development environment? I would like that GWT-hosted mode could be executed on an iphone browser. Is there a suitable alternative?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GWT 开发模式需要浏览器中的插件来在 Java 源代码和浏览器中运行的 JavaScript 之间进行转换。由于 iPhone 浏览器根本不支持插件,因此无法在 iPhone 上使用开发模式。
您应该能够使用 WebKit 浏览器(Safari 或 Chrome)(调整大小至 iPhone 的大致尺寸)来测试应用程序的布局。在测试 iPhone 特定功能(手势等)时,您仍然需要执行完整编译。
GWT development mode requires a plugin in the browser to translate between Java source and JavaScript running in the browser. Since the iPhone browser doesn't support plugins at all it is not possible to use development mode on an iPhone.
You should be able to use a WebKit browser (Safari or Chrome), resized to the approximate dimensions of the iPhone, to test the layout of your application. You'll still have to perform a full compile when testing iPhone specific features (gestures, etc.).