I'm building an app with PWA enabled and Stripe payments capabilities via API calls. Those API calls sometimes require return/cancel URL's.
Unfortunately, it doesn't accept deep linking URL's scheme and if I enter the web URL of the page, I do not come back in the PWA (staying in the URL launcher of FF).
How could I launch an URL in my PWA and the return to a specific page ?
Also, should the URL scheme respect the package/project name or the web publishing URL ?
Thanks
Damien