Is there any equivalent method of postUrl method of android webview in Crosswalk webview?

284 Views Asked by At

I have integrated Crosswalk webview in one of my android application. I need to send formdata to web URL by using HTTP POST method. I tried searching but could not find equivalent method of void postUrl (String url, byte[] postData) method provided by default android webview in the crosswalk webview documentation. It will be great if someone can help me in identifying how to achieve this above mentioned implementation.

0

There are 0 best solutions below