I have a WebView in a ContentPage that I am instantiating and setting the url to the WebView in the constructor. I am then later showing this ContentPage with PushModalAsync. Thing is, the WebView doesn't seem to be attempting to load until I do the Push. Is there a way to have to preload in the background instead of waiting until it is shown?
Thanks...