0

I want to use html5 Push state in my application but i have question does html 5 support iPhones, ipads and other mobile devices? if not then what is the alternative way to do it.

Thanks

4

1 回答 1

1

这不是 html 5 支持这些设备的问题,而是那些实现 html 5 的设备使用的浏览器的问题。

“我什么时候可以使用”网站对您很方便。它将帮助您了解现在可用的功能。 http://caniuse.com/#search=push

另外,请参阅这篇文章:Internet Explorer 是否支持 pushState 和 replaceState?

它将为您提供更多信息,说明您可以做些什么来实现您需要的东西。一个人提到了history.js。如果您寻求的功能不可用,您可能希望将其作为替代方案。

于 2012-06-26T17:30:22.097 回答