We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

CornerRadius does not seem to do anything

Using latest weekly Xamarin.Forms, I have a "full screen" and "on the go" SfPopupLayout within an exisitng content page that I show via SfPopupLayout.Show().
While I have it set as fullscreen to take up the whole screen, I then pad (about 30) it to make it appear more modal.

It all works fine but it does not seem to matter what I set the Popup/PopupLayout's CornerRadius to. The corners of the popup remain sharp with no radius on both iOS and Android.

3 Replies

KK Karthikraja Kalaimani Syncfusion Team November 25, 2019 02:12 PM UTC

Hi Alex,

Thanks for contacting Syncfusion support.

 
We have checked the reported issue “Corner radius does not apply for FullScreen PopupView even set SfPopupLayout.PopupView.CornerRadius” and we could not able to reproduce the reported issue at our end and it is working fine as expected in Android and iOS platform. We have attached the tested sample for your reference.

Please refer the below code example,

 
SfPopupLayout popupLayout;
….
popupLayout =
new SfPopupLayout(); 
popupLayout.Padding = 30; 
popupLayout.PopupView.PopupStyle.CornerRadius = 10; 
popupLayout.PopupView.IsFullScreen = true;
…..
private void Button_Clicked_1(object sender, EventArgs e) 
{ 
   popupLayout.Show(true); 
} 


SfPopupLayout Version : 17.3.0.28

Xamarin Forms Version : 3.6.0.344457

 
Android Device Details : Google Pixel (Android- 9.0 &  API-28 )

iOS Device Details : iPhone 8 Plus iOS 13.1 (Simulator) 

Screenshots for your reference

 
Android
 
iOS
 


If you are still facing same issue ? please modify the attached sample based on your scenario and revert us back with clear replication procedure. It will help us to give better solution earlier.

Regards, 
Karthik Raja 



AL Alex November 25, 2019 03:59 PM UTC

Thanks, I'm not sure what was going on last time I tried it, but it seems to be working now.


FP Farjana Parveen Ayubb Syncfusion Team November 26, 2019 05:10 AM UTC

Hi Alex, 
 
Thanks for the update. 
 
We are glad to know that the reported problem has been resolved at your end. Please let us know if you have any further queries on this. We are happy to help you. 
 
Regards, 
Farjana Parveen A 


Loader.
Live Chat Icon For mobile
Up arrow icon