Sometimes, you need to insert a link from your own Ionic App to another app that might or might not be installed on the users phone. To make this work, you need to check if the app exists on the users phone and insert a link to the app or the web based on the … Continue reading Linking to other Apps in Ionic 4
Angular
Ionic 4 InAppBrowser for third party payment solution
In an Ionic 4 hybrid app project I had the requirement of opening a third party page (a payment service called Klarna) inside an Ionic 4 app. The payment solution itself uses a payment registration page and sends the user to a confirmation page when the payment is ready. The solutions should work on both … Continue reading Ionic 4 InAppBrowser for third party payment solution