I have a Progressive Web App (PWA). For the checkout process, I am using a webview to load the payment URL. The payment gateway requires successful and failed transaction URLs, for which I have provided Adalo deep link URLs. My goal is for users to return to the main app after completing the payment. However, the deep link, or the app itself, opens within the webview instead.
If i use the external website it opens browser or new tab for the payment. the issue is that the deep link will be opened at the newly opened browser or tab not on my actual app. making my actual app hanged or stuck at the AFTER PAYMENT SCREEN and not closed.
ALSO when using my mobile installed PWA deep linking opens at Homescreen not on intended URL
My payment gateway requires me to give them “successful” and “failed” transaction URLs so that after a customer pays they will be redirected to those URL. (i put the deeplink for the URL)
Problem is I now have 2 opened APP, 1 at before payment screen (the old or at actual app). and then the other 1 is at the successful payment screen which is the deeplink (at the external web page).
I’m looking ways that after customer pays it can go back to the actual app. and can just close (or auto close) the newly external webpage after paying. Again thank you