taitems / iOS-Inspired-jQuery-Mobile-Theme

iOS-inspired theme for jQuery Mobile
http://taitems.github.com/iOS-Inspired-jQuery-Mobile-Theme
481 stars 142 forks source link

Replace back button CSS transforms with a webkit mask image #1

Closed taitems closed 13 years ago

taitems commented 13 years ago

Investigate replacing the back button CSS transforms technique with a webkit mask image

taitems commented 13 years ago

I'm having some real issues with webkit mask images.

With no fixes in sight, I think it's time we hard coded them with images (black, blue and hit state) and a media query for retina displays. Not ideal, but necessary.

taitems commented 13 years ago

The webkit version of mask-image was terrible, let alone the cross browser compliance. Commit 905234f107763b477ba2 replaces the quirky CSS3 transform stuff with hard coded image. Still lacking a retina version, but will create a separate bug for that.