webview.postUrl(String url, byte[] postData) not working for Android 11 and above?

61 Views Asked by At

I am trying to load data in my webview and with the method:

webview.postUrl(url, byteData)

I am able to get correctly filled form data in webview but for Android OS 11 and above it is loading plain form with no data filled.

0

There are 0 best solutions below