ios - Border-radius issue on iPad, iPad 2 -


Issues with limit-radius on

iPad (3.2), iPad 2 (4.3.2)

Here is the code:

 . Article. Post. Left img {width: 100%; Limit-Radius: 0 100% 0; -image-radius: 0 100% 0; -khtml-boundary-radius: 0 0 100% 0; -Widk-Infection: boundary-radius1s; Transition-Delay: 0.1s; Transition period: 0.5 s; Transit Property: All; Transition-time-function: ease; }   

And this is my result:

image Enter details here

Any ideas about getting the desired result I am after that?

Try adding

  -webkit-border-radius: 0 100% 0;   

On iOS 5 there is a need to render the scope of the boundary in the form of a Safari.

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -