I'm building an app using ionic and a REST API backend. One of my requests involve redirection to a payment gateway. And this AJAX request returns a webpage. How do I display that in an inapp browser ?
Or, I could directly post the form to the server and display the page, but in that situation we are unable to close this server page upon completion. Any help is appreciated ! Thank you :)