Hello Adalo Community,
I’m trying to implement a direct WhatsApp sharing link for a product detail screen, but the deep link fails.
Setup:
Goal: Share the clean URL: mywebsite/product_detaill?id=XXX
“product_detail” is the deep link route for the page containing the product.
Problems:
External Link Action (Share on watsapp): When constructing the link with our clean URL, the link is ignored, and the user lands on the homepage.
Native Share Action: Fails with the error “Object Type not supported for sharing.”
The internal Adalo deep link (the long URL with ?target=…¶ms=…) works when copied manually, but cannot be built/shared automatically.
Question: How can I get Adalo to reliably generate a clickable link using the simple ?id=XXX structure via WhatsApp, or how can I fix the Native Share Action error?
Thanks! ![]()