Roma Chaudhary
Roma Chaudhary

Reputation: 1

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

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.

Upvotes: 0

Views: 71

Answers (0)

Related Questions