0

I would like to develop an app using Flutter, which will help user to autofill in the webpage (the data is already stored in app.

My app will have a simple webview to load the web page. And thenIwould like to populate the webpage data (e.g. name, ID card no., etc) which is already stored in my application. If possible, i would also like to submit the web page on behalf of the user but it is not a must.

I have searched the web. Below is the closest thing that I have read. However, it is in Android but my preference is to do this in Flutter.

Populate HTML forms in WebView

It would be grateful if you could give me some direction, thanks a lot in advance.

kwytse
  • 113
  • 2
  • 15

1 Answers1

0

Yes this is definitely possible. Check out these stackoverflow resources

https://stackoverflow.com/a/67688317/11212287

https://stackoverflow.com/a/50350069/11212287

AkshayDoshi
  • 130
  • 10