Skip to content

How to do a form post using FinestWebView? #178

@pankaj-dunow

Description

@pankaj-dunow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions