I am trying to send the Post data to the server and wants to display the response in HTML response in WebView I was trying to do it using the HttpRequestMessage but unfortunately Xamarin.Forms.WebView doesn't have the Navigate method.
Is it possible to do with the Xamarin.Forms.WebView?
Thanks in advance.