Live data from Hacker News

HTML5 compatibility on mobile and tablet browsers

mobilehtml5.org

1–10 of 15 posts

Re: HTML5 compatibility on mobile and tablet browsers

#2
The logo and share icons don't move with the horizontal scrollbar. Ouch.

Edit: The colouring of the column headers messes with my eyes. They ignore the white and focus on the gray.

Edit 2: position: fixed is hardly HTML5, even if it's something quite a few mobile browsers didn't support in the past.

Re: HTML5 compatibility on mobile and tablet browsers

#6

WebSQL should not be used under any circumstances. Instead use IndexedDB with this shim: http://nparashuram.com/IndexedDBShim/ Also, Chrome support for IndexedDB should have an asterisks as it implements an outdated version of the spec.

"Don't use WebSQL, use IndexedDB. It doesn't work correctly in Chrome."

Don't get me wrong, I know what you're saying and why. Just the juxtaposition of the two statements is noteworthy.

Post reply on HN