If you use a webview in a Flutter app that shows an online form from a website that a user can fill and send (all happening on the website), is it necessary for the user of the app to accept any terms & conditions/privacy policy for this action? What if the checkbox for accepting the terms is not on the website? Should you add it on the Flutter side?
Asked
Active
Viewed 151 times