Reputation: 1
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