Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

Popup's area locked on iOS

Open lionelmennig opened this issue 7 years ago • 1 comments

Hi, I've been trying the Popup's sample on both UWP and iOS, and I noticed a little bug on iOS : popup's area is unreachable, so you can't click the "Show popup" button. This is caused by visibility of PopUpDialogView that's always set to true. The trick I found is to set it to false in code-behind constructor, then switch it to true/false when opening/closing the popup.

Cheers.

lionelmennig avatar Jul 06 '17 12:07 lionelmennig

Doing this worked for me,

Thanks @Ieeyo for the solution

madareklaw avatar Aug 07 '17 11:08 madareklaw