-
Notifications
You must be signed in to change notification settings - Fork 535
Open
Description
I want to post some data to the url I am calling using FinestWebView. Basically, I want to achieve something like this which is achieved using simple WebView:
WebView webview = new WebView(this);
setContentView(webview);
String url = "http://myUrl"; // The url to which data will be posted
String postData = "myKeyValuePair"; //The key-value pair of data being posted
webview.postUrl(url,postData.getBytes());
Please help me ASAP. Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels