GWT 开发模式不仅在本地主机上用于移动应用程序开发

发布于 2024-10-12 05:26:02 字数 106 浏览 0 评论 0原文

我需要调试和测试移动网络应用程序。

如何为移动应用程序开发设置有效的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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

可是我不能没有你 2024-10-19 05:26:02

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.).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文