In my app I'm using a NavigationPage with a WebView inside of it to display articles, whenever the user clicks a hyperlink, a new NavigationPage is added to the navigation stack, I'm looking for a good way to suspend that WebView as soon as a new NP is displayed.
What would be the best way to do that?
I'm thinking, both in terms of handling the needed event in XF and then triggering the suspension of the active UIWebView on iOS.
What would be the right way to do that?