Please note that on larger devices the popwp does not cover the whole screen.This was on a Samsung s8 device.Please look at screenshot.
[C#]
<sfPopup:SfPopupLayout>
<sfPopup:SfPopupLayout.PopupView>
<sfPopup:PopupView HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand" />
</sfPopup:SfPopupLayout.PopupView>
</sfPopup:SfPopupLayout>
|
Hi Tamas,Thank you for contacting Syncfusion support.Based on the provided information, your requirement of Viewing the Popup window in the full screen in Xamarin.Forms can be achieved by setting LayoutOptions to the PopupView. Please refer the following code example for the same,
[C#]<sfPopup:SfPopupLayout><sfPopup:SfPopupLayout.PopupView><sfPopup:PopupView HorizontalOptions="FillAndExpand"VerticalOptions="FillAndExpand" /></sfPopup:SfPopupLayout.PopupView></sfPopup:SfPopupLayout>We have prepared sample based on your requirement, please find the same by the following link.Sample link: PopupFullScreenSamplePlease let us know, if this helpful.Regards,
Subburaj Pandian V
Hi Tamas,Thank you for the update.We have checked as you mentioned, the Popup layout is rendering as expected. When setting Popup view in the full screen, background of the view will not be visible.We get the error where we have no dark background over the software buttonsWe are unable to understand your requirement clearly; can you please elaborate the issue / requirement clearly? Or modify the provided sample based on your requirement, It will be helpful for us to check on it and provide you the solution.Regards,
Subburaj Pandian V
Hi Tamas,Thank you for the update.We have checked and we can able to reproduce the mentioned issue with Popup layout in Xamarin.Forms (Android). We have created a new support incident under your account to track status of this issue. Please log on to our support website to check for further updates regarding the same.Regards,
Subburaj Pandian V