Styling issues with iOS6

1
Anybody encountered styling problems with iOS6? We have noticed in different applications that styling\themes that work fine in all platforms including iOS5 show very strange behavior in iOS6 both in Safari en Chrome. Colour of headers, title cells etc complety different compared to all other platforms
asked
1 answers
4

There seems to be an issue with PNG background images in iOS 6 (see this thread on Stack Overflow). If you notice for instance tabs or datagrid headers having a black background instead of the background-image defined in css, this might be the problem. If so, the solution would be to replace the broken background images in your theming with new ones.

answered