On the Payment page, we have text field for Credit card number. When the field is selected on android phone through chrome browser, it brings up "Scan new card". How to prevent this pop up? Any idea?


Solution 1:

In my situation I changed the name of the field, the label of the field, the id of the field, added autocorrect="none" autocomplete="none" and change the name of my onblur function from "validateCCNumber" to something that did not have ccnumber in it.