iOS 8 HTML5 Credit Card Scan Input Autocomplete

Came across an interesting feature of iOS 8, with web forms you can scan a credit card and it autocompletes the fields. This stackoverflow question is the best resource for this HTML5 input is the best I’ve been able to find, which seems to suggest you need a signed SSL certificate in order for this to work properly.

I assume you’d need to find a way to serve HTTPS pages inside of Cordova, but I couldn’t find any documentation of that either. Has anyone succeeded in getting this working?