michaeled / FormsPopup

Xamarin.Forms Popup View
MIT License
75 stars 22 forks source link

User interaction was not working When Xamarin forms updated to 2.1 and above #13

Open krishnamurthyt opened 8 years ago

krishnamurthyt commented 8 years ago

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.

snehanchliya commented 8 years ago

an android it is working fine but in ios entire page of popup is not responding. it always shows with blank content. Any idea???

michaeled commented 8 years ago

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.

snehanchliya commented 8 years ago

If possible, please modify code of ios 9.0. because i am using this code for ios 9.

michaeled commented 7 years ago

Looking into it

michaeled commented 7 years ago

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.