I have a xamarin app, if i navigate to a page from another page with parameters(eg /tasks/taskresult?activityid=45). When i click the back button it appears the parameters are lost ie ?activityid=45 is not sent.
Im using prism for the MVVM if that matters. Can i override the the back button or soemthing?