Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Radius is not working on iOS #115

Open
michalMajkel opened this issue Sep 19, 2019 · 4 comments
Open

Radius is not working on iOS #115

michalMajkel opened this issue Sep 19, 2019 · 4 comments

Comments

@michalMajkel
Copy link

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
Copy link

+1

1 similar comment
@ysk8
Copy link

ysk8 commented Nov 25, 2019

+1

@kanayo
Copy link

kanayo commented Dec 3, 2019

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
Copy link

chenyl4869 commented Jun 15, 2021

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.
<CardView radius="10"> <StackLayout borderRadius="10"> SomeOtherContentHere </StackLayout> </CardView>

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants