Does anyone know if its possible to use POST variables with a web view using Xamarin? I found some information on how to do it using objective-c but I was unable to successfully convert the code over. Here is the link I speak of: http://stackoverflow.com/questions/6148900/append-data-to-a-post-nsurlrequest I also found another post that talks about using POST variables with a "Web Client". I also found this on NSUrlRequest but it didn't seem to work either http://forums.xamarin.com/discussion/1499/how-to-add-request-headers-to-nsurlrequest. So it seems possible with other methods but I have yet to find anything for passing them to a WebView.
↧