I’m running a mobile application with Ionic and Angular. I’m simulating a payment process. I would like that on click on a button, it opens me a specific url using schemes.
I have a file containing many schemes for many payment apps.
Yes, I’m trying to open a payment application from my Ionic App. The goal is to open a specific page in this payment App passing payment parameters in the url (amount, transaction ID…)
My tests are only made on Android, I’ll test on iOS but my problem for now is in Android.
This payment app is on Play Store, i could open it using the play store url, but that’s not what I want. My goal is to use the URL schemes like twitter:// or instagram:// …
Thank you very much for your answer, I didn’t know about this page, and I saw that I was using my schemes not correctly on my file. Now the problem is resolved.
Amazing link !