nstudio / nativescript-cardview

:diamonds: :clubs: NativeScript widget for Material Design CardView
MIT License
282 stars 51 forks source link

Radius is not working on iOS #115

Open michalMajkel opened 5 years ago

michalMajkel commented 5 years ago

on iOS no matter of the radius i set the cards are never "rounded" - is that expected behaviour ( I can see that on all your iOS screenshots it is flat as well, but i don't see any mention about this in your docs.

edrick27 commented 5 years ago

+1

ysk8 commented 4 years ago

+1

kanayo commented 4 years ago

I'm getting most of my CardViews with rounded corners on iOS, but not all. I found that adding padding to the first StackLayout rounded the corners, but I wasn't able to reproduce this effect in a simple case.

chenyl4869 commented 3 years ago

For my case, I found it might because of the inner layer border radius did not setup correctly. Try make both 2 radius set to the same value. `

SomeOtherContentHere

`

In my case, CardView radius will always change. However, if the inner content does not have a borderRadius, it looks like it is still not rounded.