问题描述
Android的3.0和4.0不支持HTML5的历史API(http://caniuse.com/#search=history)。没有任何理由的,因为Android的2.2和2.3下探支撑的支持呢?
Android 3.0 and 4.0 does not support the HTML5 History API (http://caniuse.com/#search=history).Is there any reason for dropping the support since Android 2.2 and 2.3 supported it?
推荐答案
我的猜测是,他们错过了更新URL时,WebKit的内部更改它。 3.0浏览器似乎是2.3.3浏览器的一个完整(大多至少)重写
My guess is that they missed updating the URL when webkit internally changes it. The 3.0 browser seems to be a complete (mostly at least) rewrite of the 2.3.3 browser.
我报这机器人bug跟踪系统至少包括: HTTP :?//$c$c.google.com/p/android/issues/detail ID = 23979
I reported this to Androids bug tracker at least: http://code.google.com/p/android/issues/detail?id=23979
这篇关于Android的4.0和HTML5历史API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!