Last modified: 2012-05-18 14:07:26 UTC
Styles of the form `tag[style]` seem to be causing severe scrolling issues on iOS 4.x. For the app's iOS v3.1.2 release, we 'fixed' this by collecting all such rules, and applying them one-time with javascript than adding them as CSS rules. This resolved the issue at the time.
I meant *selectors* of that form in CSS, not styles of the form.
The inline styles are very troublesome, I'm marking this as a duplicate as there are already far too many open bugs on this horrible subject! In the meantime I guess the trick would be to to do the javascript hack again and not include hacks.css ... *** This bug has been marked as a duplicate of bug 35704 ***
Re-opening, shall close when I replace the styles with javascript.
Fixed in https://github.com/wikimedia/WikipediaMobile/pull/242