Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android 4.0 and HTML5 History API

Tags:

html

android

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?

like image 922
Viktor Avatar asked Dec 27 '11 04:12

Viktor


1 Answers

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.

I reported this to Androids bug tracker at least: http://code.google.com/p/android/issues/detail?id=23979

like image 75
alexanderblom Avatar answered Nov 02 '22 22:11

alexanderblom