如何在 Windows 中测试 Sencha Touch 应用程序

发布于 2024-11-03 19:03:43 字数 271 浏览 0 评论 0原文

所以我正在 Windows 中开发 Sencha Touch 应用程序。我想测试一下它在 iPhone/Android/BlackBerry 手机上的表现。

我不想公开它只是为了通过从每个操作系统物理导航到它来测试它,尽管我会在正式发布之前这样做。我怎样才能在Windows上模拟手机。我可以使用什么东西在 Windows 计算机上模拟 Blackberry/iPhone,只是为了测试网页在这些设备中的呈现方式吗?

我知道可以通过 Eclipse 运行 Android 模拟器,但是其他两个呢?

So I am developing a Sencha Touch application in Windows. I want to test how this is going to behave on iPhone/Android/BlackBerry phones.

I'd rather not make it public just to test it by navigating to it from each OS physically, although I will be doing that before our official release. How can I emulate the phones on windows. Is there anything I can use to emulate Blackberry/iPhone on a windows machine just to test how the web page is going to be rendered in those devices?

I know the Android emulator I can run through Eclipse, but what about the other two?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

猫烠⑼条掵仅有一顆心 2024-11-10 19:03:43

您需要一台 Mac 来运行 iPhone/iPad 模拟器。 Blackberry 可以在 Windows 上完成: http://www.blackberry.com/developers/downloads/模拟器/

您还可以考虑使用phonegap 将它们作为应用程序交付到这些设备,这与sencha touch 配合得很好。

You need a Mac to run the iPhone/iPad simulator. Blackberry can be done on windows though: http://www.blackberry.com/developers/downloads/simulators/

You might also consider delivering them to these devices as apps using phonegap, which plays nicely with sencha touch.

祁梦 2024-11-10 19:03:43

如果您只想了解应用程序在开发时的外观和行为,只需使用 Google Chrome 即可。您可以启用非常好的“开发人员工具”来进行各种检查。

If you just want to see how the app would look and behave while developing, just use Google Chrome. You can enable the very good 'developer tools' to do various checks.

我爱人 2024-11-10 19:03:43

Ripple Chrome 扩展上安装并运行

查看编号它支持的设备/平台

 ... 
 ...
 iPhone 3G / 4     
 iPad
 Nexus One 
 Nexus S  etc..

在此处输入图像描述

Install and run on Ripple Chrome Extension

Check out the number of devices / platforms it supports

 ... 
 ...
 iPhone 3G / 4     
 iPad
 Nexus One 
 Nexus S  etc..

enter image description here

娇俏 2024-11-10 19:03:43

为了开始使用 Sencha Touch 开发应用程序,非常重要
建议您拥有一个可以运行的网络服务器,可以在其中托管您的
应用。可以开发 Sencha Touch 应用程序,查看本地
使用网络浏览器打开文件夹。如果没有网络服务器,您将无法进行测试
使用任何移动设备的应用程序。

您可以通过以下方式在 Web 浏览器上运行该应用程序:

http://localhost/your_app_folder

使用 Safari Web 浏览器在运行期间检查您的 Sencha Touch 应用程序
Safari Web Inspector 是其中的重要组成部分。均镀铬
和 Firefox 有类似的工具(Chrome Developer Tools 和 Firebug for Firefox),
但 iOS 设备使用 Safari 作为网络浏览器。

In order to start developing applications using Sencha Touch, it is highly
recommended that you have a working web server where you can host your
application. It's possible to develop Sencha Touch applications, viewing local
folders with your web browser. Without a web server you won't be able to test
your application using any mobile devices.

You can run the application on your web browser by using:

http://localhost/your_app_folder

Using Safari web browser to examine your Sencha Touch application during
development, and the Safari Web Inspector is a huge part of that. Both Chrome
and Firefox have similar tools (Chrome Developer Tools and Firebug for Firefox),
but as iOS devices use Safari for their web browser.

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