I am trying to accomplish something quite simple, yet I have found no good documentation on this. I have a webView, and I need to load a page in it that requires POST data.
If you use a WebView from the start could it work?
A Webview with a html/js that does the POST, and naturally displays the result.