You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a NavigationPage containing a carouselview with several pages (let's call them A,B,C...)
I would like to push a page to the navigation stack from one of the child pages (say B).
However, Navigation.pushasync doesn't work (only from the master carouselview page).
How can I achieve that? i.e., push a page onto the navigation stack from one of the pages in the carousel?
The text was updated successfully, but these errors were encountered:
I have a NavigationPage containing a carouselview with several pages (let's call them A,B,C...)
I would like to push a page to the navigation stack from one of the child pages (say B).
However, Navigation.pushasync doesn't work (only from the master carouselview page).
How can I achieve that? i.e., push a page onto the navigation stack from one of the pages in the carousel?
The text was updated successfully, but these errors were encountered: