I have a question on how the masterdetail functionality of xamarin.forms works in regards to disposing of detail pages when leaving them. For example, say I have to menu options in my master page, each one changing the detail of the masterdetail page to a specific page. Every time I click on one or the other, it seems that the previous page object is not destroyed. Is this correct? And how can I get rid of those page objects when I go to a different detail page?
↧