Mirror Reflection on a page in TideSDK -
i trying port web application on tidesdk , far has been great aside 1 problem have found page seems reflecting on itself. mean on top of regular page layer of page elements such buttons have been flipped.
the page has image slider on utilises things such webkit transforms i'm not sure if create effect i'm getting.
has encountered problem , there way or sorting it?
many in advance!
i've encountered same when using tidesdk on mac i'm assuming you're on mac. problem not of tidesdk of webkit in osx version of tidesdk, webkit 2yrs old , remember reading article says 2yrs safari webkit(same webkit in tidesdk osx) doesn't support transforms. can't use pseudo classes in osx application. try
-webkit-backface-visibility:hidden; on element/parent-element (which ever works) might want kind of transformation on
Comments
Post a Comment