I’m trying to write a simple ionic app that use stripe API to process payment. I can’t find credit card form plugin or library that can directly use in ionic framework. I tried ionic-shop and angular-payment (https://github.com/laurihy/angular-payments) but they didn’t work.
Basically I just want a good looking form with front end credit card validation. Any suggestions?