Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

Prism and Navigation

$
0
0

Hello!
I would like to use Prism.Forms in my app. I can register Container.RegisterTypeForNavigation<Page1, Page1ViewModel>(); for navigation. But I cant find how to use cache during navigation. If I navigate to the page1, click back button and navigate again my page1 constructor invokes every time. I used Xlabs ViewFactory with cache before, but now I want to use Prism. Is it possible to use Prism with cache navigation?


Viewing all articles
Browse latest Browse all 89864

Trending Articles