January 2012
2 posts
4 tags
Android Hardware Acceleration Bug:...
Despite what Google says, there’s still a bug in the Android SDK when doing the following: As per the Android docs, the second parameter is supposed to accept null.  Passing in null works fine on devices without hardware acceleration, but will result in a crash if the device has HA.  Google claims this bug was resolved in ICS, but it’s definitely still present as of today. As long as...
Jan 30th
4 tags
Webkit box-shadow inconsistencies
There appears to be an inconsistency in how Webkit renders the CSS3 “box-shadow” tag depending on whether or not you prefix with “-webkit”. John Barker brought this to my attention while working on something for Fav.tv so I began to investiate, and sure enough, it’s true: You can find the code/working example here: http://jsfiddle.net/AK5Pt/2/
Jan 18th