2

I can use the iOS camera to scan credit card details using Safari, but when I loaded the same web page in a UIWebView it didn't work .
Any suggestions ?

here is my HTML input tag content

    <input name="addCreditCardNumber "
           type="text"
           placeholder="addCreditCardNumber"
           pattern="[0-9]*">
Ahd Radwan
  • 1,090
  • 4
  • 14
  • 31

1 Answers1

0

This feature is currently available in Safari only. Hope Apple would provide the same in WebView in future. You can use card.io as an alternative for now.

Himanshu Garg
  • 599
  • 9
  • 21