My popup is coming up in both android and windows. But when I try to use it for IOS it is blocking all the click events of the layout here is my code.
I am creating an instance
PopupLayout _PopUpLayout = new PopupLayout();
I am now using it inside the page constructor, salesreggrid is the top grid in the content page.
PopUpLayout.Content = SalesRegistrationGrid;
Content = _PopUpLayout;
Looks quite working on both android and Windows but blocking all the buttonevent click inside SalesRegistrationGrid in Ios.
Cant figure out the reason behind that.
I am providing you a link where they have used the same approach for popuplayout
matrixguide.ch/Datenablage/diverses/How_to_Implement_XLabs_PopUp_Control.pdf
Do you want to ask the question in different thread?