I recently developed a basic app using the ionic framework. There is a feature in the app that opens an external payment gateway in a system browser to process payments. After successful payment, a script on my server sends an HTML page to display a success button in the browser.
The HTML page includes a 'button' prompting the user to go back to the application. I am looking for a way to automatically reopen the app when the user clicks on that button.
Does anyone know how to accomplish this task?