Need help DEEP LINKING

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

Hello,

I Would recommend not using a web-view and instead use an external web page. Make sure to make the action to open within the in-app browser is on

1 Like

Hi @njimmy10 ! Thank you for the response.

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

1 Like

can anyone guide me? TIA

@njimmy10

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.