Popup layout exit button hides under status bar on iOS.

I am using a full-screen popup layout it's working fine on Android but on iOS it opens smoothly but there is no way to close it because the close button hides behind the status bar. I have attached s.s and code in rar file. It work's fine on Android.

Attachment: Sample_4851ea1c_a56ccf14.rar

1 Reply 1 reply marked as answer

SS Sivaraman Sivagurunathan Syncfusion Team August 10, 2020 01:22 PM UTC

Hi Alamzaib, 

Thanks for using Syncfusion controls. 

We have checked your query and attached code snippet. We suspect that you are using ShellPage or MasterDetailsPage in your application. In our source when check whether the main page UseSafeArea is True or False.  if you are using simple content page or Navigation page we can get the page details in our source. But if you are using ShellPage or MasterDetailsPage we can only get the main page. So you have to set UseSafeArea as True in MainPage if you using shell page need to set in shell page. we have prepared the sample based on your requirement and attached for your reference you can download the same from the below link. 


Regards, 
Sivaraman S  


Marked as answer
Loader.
Up arrow icon