Win下有没有可以测试html5 localstorage的浏览器?
我正在测试别人的Web应用程序,该应用程序依赖于iphone / android html5 localstorage。我尝试过 Opera 移动模拟器、Chrome 12.07、Firefox 5.01、Opera 11.5、Safari 5.1、带有 iPhone UA 的 Safari 5.1 和 IE 9.08。据我所知,它们都不支持本地存储。我需要在这些浏览器之一上启用某种模式来测试依赖于 Windows 中本地存储的应用程序吗?还有其他我没有想到的浏览器可能支持本地存储吗?
I am testing someone else's web application, and the application relies on iphone / android html5 localstorage. I have tried Opera Mobile Emulator, Chrome 12.07, Firefox 5.01, Opera 11.5, Safari 5.1, Safari 5.1 with the iPhone UA, and IE 9.08. As far as I can tell, none of them support localstorage. Is there a mode on one of these browsers that I need to enable to test an application that relies on localstorage in windows? Is there another browser I have not thought of that might have localstorage support?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所有这些浏览器都支持本地存储。因此,我只能假设您正在测试的 Web 应用程序实际上并未使用本地存储,或者正在使用某些检测仅在移动设备上运行。
有几个选项:
All of those browsers support local storage. I can only assume, therefore, that the web app you're testing either doesn't actually use local storage or is using some detection to only operate on mobile devices.
A couple of options: