Using HTTPPOST with WebViewClient

Posted by miannelle on Stack Overflow See other posts from Stack Overflow or by miannelle
Published on 2010-05-31T21:09:34Z Indexed on 2010/05/31 21:13 UTC
Read the original article Hit count: 322

Filed under:
|
|

I am looking for an example of using a WebViewClient with shouldOverrideUrlLoading and using HttpPost.
I need to display a web page, keep it within my layout boundaries so it can not launch a new browser and also use HttpPost to send data to the host.

© Stack Overflow or respective owner

Related posts about android

Related posts about webkit