FormsPopup
FormsPopup copied to clipboard
User interaction was not working When Xamarin forms updated to 2.1 and above
Hi,
If Xamarin forms was updated to version 2.1 and above, the entire popup initializer page was not responding. An unable to perform any user actions inside that page.
an android it is working fine but in ios entire page of popup is not responding. it always shows with blank content. Any idea???
I haven't looked at this code in quite some time, and it was made with Xamarin.Forms 1.4 in mind. I don't believe i'll be updating it any time soon.
If possible, please modify code of ios 9.0. because i am using this code for ios 9.
Looking into it
i believed this has been resolved. get latest and let me know. You will need to call this line:
new PopupPageInitializer(this) {popup};
after the page's content has been set.