I am trying to set credit card auto fill up and running.
The idea is: open the following link on a device (I have an iPhone 6).
https://codesandbox.io/s/1v6lrjo324
If theres data on the device, on clicking on the first field it should show a message above the keyboard saying something like: "fill credit card automatically". This is a success.
Now create the simplest create-react-app and paste the code above on your index.js or App.js and open it on your device. This is a fail.
Any help is appreciated. Thanks!