fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 932 forks source link

Disable credit card suggestions (autofill data) #797

Open luissouza opened 4 years ago

luissouza commented 4 years ago

I have a form page that use this webview plugin, this form is used to inform credit card data for the user to pay for the purchase. When the user goes to enter the credit card number, the suggestion of another credit cards that he used previously appears. How do I disable this? I don't want that suggestion in this page. Tks =)

skyEnrique commented 4 years ago

You can create a javascript for that and then inject it in webview plugin.

shinriyo commented 4 years ago

https://stackoverflow.com/questions/15168261/how-does-chrome-detect-credit-card-fields/41965260#41965260