I am trying to figure out how to create a base url for some collections.
I need to create a qr code and when scanned go to that specific collections screen on the progressive app.
Any idea would be perfect.
That is also fine if there is a way to direct users to specific pages clicking through different sub domains.
We don’t set support routing / deeplinking for PWAs and native apps, but this is on our roadmap.
Thank you @Ben
I will be duplicating and using subdomains until then. Hope to have it soon.
@Ben any progress on this?
None, I’ve contacted support for this and got the same answer.
All the other no-code platforms I’ve found already have this future implemented.
Hello @mwfire !
We can help you to do it.
2 Months ago we developed a platform with this QR code system for one of our customers. We did a help documentation to teach Adalo support team to do it but seems to not take it seriously.
How long away is this?
SOLVED !!
Hi @brkn i found a solution to get the URL of a PWA for specific collections.
1 - Go to https://adalo.pragmaflowservers.com/install-component and install “Arbitrary Javascript”
2 - Put the component on the page you want to get the url and add this code: var a = window.location.href; return a;
3 - Now you get the link of the page and you can put it in your qr code automatically
have a good day