Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

how to destroy page after navigating to another page in xamarin forms using prism

$
0
0

I have page A with many bindable properties .. i want when page A processes end page destroyed and navigating to page B when i press back button should back to navigation page(Main Page)
I use this code

 `       await _navigateService.NavigateAsync("../Page B");` but exception was thrown .. 

"you cannot destory view.page A"

I implement IDestructible and still throw the same exception
how to solve this ?


Viewing all articles
Browse latest Browse all 204402

Trending Articles