Blackberry OS 4 及更高版本中的 Cookie 支持
我开发了一个移动网络应用程序。由于我是移动网络开发的新手,所以我不太担心智能手机对 cookie 的支持。应用程序的目标是在 iPhone、Android 支持的手机、黑莓 OS 4 或更高版本中查看。我不知道我们的桌面 PC 浏览器和移动浏览器支持的所有功能。
我的应用程序已准备就绪,我已在桌面上进行了测试,但未在任何智能手机上进行了测试。我不懂JAVA,用PHP来开发应用程序。星期一我必须向客户演示该应用程序。
任何人都可以告诉我担忧是否可以接受吗?我可以在不检查/确认黑莓设备上的应用程序的情况下提供演示吗(因为客户希望在黑莓操作系统4及更高版本上看到该应用程序)。我应该如何在不同设备上测试应用程序。购买任何设备...
请帮助我...
I've developed a web application for mobile. As I'm new to mobile web development I'm little worried about the support for cookies in smart phones. Application is targeted to be viewed in iPhone, Android supported mobiles, blackberry OS 4 or above versions. I'm not aware of all features which are support on our desktop PC browser and mobile browser.
My application is ready I've tested on my desktop but not on any smart phone. I don't know JAVA and used PHP to develop the application. Monday I've to give demo of the application to client.
Can any one will tell me whether worries are acceptable.. Can I give demo without checking/confirming the app on blackberry device(as client want to see the application on blackberry OS 4 and above). How should I test app on different devices. with buying any device...
Please help me...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
BlackBerry Web 浏览器支持 Cookie,甚至可以追溯到操作系统的 4.x 版本。
要测试您的应用程序,您可以从以下位置下载 BlackBerry 模拟器:
http://us.blackberry。 com/developers/resources/simulators.jsp
对于较旧的模拟器(某些是 4.x),您需要首先启动 MDS 模拟器,它允许手机模拟器通过其 Web 浏览器连接到互联网。
您可以从此处下载 MDS 模拟器包:
https://swdownloads.blackberry.com/Downloads/entry.do?code=996009F2374006606F4C0B0FDA878AF1
通过 Web 应用程序测试,BlackBerry Web 浏览器在模拟器和物理设备之间不存在太多差异设备——模拟器的浏览器可以很好地指示您的应用程序在真实的 BlackBerry Web 浏览器上的感受。它具有所有相同的可配置选项,因此您可以测试如果用户选择关闭 BlackBerry 浏览器中的 cookie,您的应用程序的行为方式。
带有屏幕截图的更全面的教程是 可在此处使用。
Cookies are supported by the BlackBerry web browser, even going back to version 4.x of the OS.
To test your application, you can download a BlackBerry simulator from:
http://us.blackberry.com/developers/resources/simulators.jsp
For older simulators (4.x for certain), you will need to first start the MDS simulator, which allows the phone simulator to connect to the internet through its web browser.
You can download the MDS simulator package from here:
https://swdownloads.blackberry.com/Downloads/entry.do?code=996009F2374006606F4C0B0FDA878AF1
With web application testing, the BlackBerry web browser doesn't contain many discrepancies between the simulator and the physical device -- the simulator's browser is a good indicator of how your application will feel on the real BlackBerry web browser. It has all the same configurable options, so you can test how your application behaves if the user chooses to turn off the cookies in their BlackBerry browser.
A more comprehensive tutorial, with screenshots, is available here.