I am trying to change a form that includes credit card input details so that when viewed on iOS it will give the user the option of scanning their credit card details (see below):
However, the solution I think should work (see here) isn't showing the scan card option when I open the page in safari on XCode iOS Simulator so I want to know:
- Should I expect the Simulator to work exactly like an actual device (I know some camera based things do not work)?
- If so, what steps I need to take in order to get it working?
- If not possible, what alternative routes might there be to testing whether the scan card feature is working for my form.