michaeled / FormsPopup

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

Plugin blocks .forms entry ? #12

Closed JustMeDaFaq closed 7 years ago

JustMeDaFaq commented 8 years ago

Hi, im actually using an entry on my contentpage, when using: new PopupPageInitializer(this) {Handler.popup};

the entry element gets unusable. Is there anything i can do bout it? Im using latest xamarin.forms.

Entry reference: https://developer.xamarin.com/guides/xamarin-forms/user-interface/text/entry/

JustMeDaFaq commented 8 years ago

Same for the searchbar, if the contentpage which gets initialized with: PopupPageInitializer(this) {Handler.popup};

Searchbar doesnt work anymore on the page.

michaeled commented 7 years ago

Can you provide me an example if this is still an issue?

michaeled commented 7 years ago

I believe this has been resolved.