NAXAM / toptabbedpage-xamarin-forms

TopTabbedPage - A Xamarin.Forms page for showing tabs at top on iOS
Apache License 2.0
81 stars 24 forks source link

OnCurrentPageChanged doesn't called #15

Closed msangtarash closed 5 years ago

msangtarash commented 6 years ago

I am using xamarin.Forms 3 and prism framework inside my project. My TopTabbedPage have two pages.for the first tab OnNavigatedTo is called and all bindings work but when I click on the second tab OnNavigatedTo is not called.I've tried to use OnCurrentPageChanged event to call onNavigatedTo manually but this event isn't called either. 1- can i use this control with prism framework? 2- how can i use OnCurrentPageChange event?

himanshudwd765 commented 6 years ago

Is there any update over this issue.