[Adalo Tutorial] How to Share App pages & How to use url parameters for deep linking in a Web app

PragmaFlow Developer Talk
PragmaFlow Developer Talk
4.3 هزار بار بازدید - 2 سال پیش - In this Tutorial we show
In this Tutorial we show you how to user url paramters to redirect users to pages that have been shared with them from a mobile app.

Context: This feature allows users of Pepper (planwithpepper.com) to share read-only version of their projects with friends.

Soon it will be the foundation for following and collaborating on projects as well.

Featured App: Pepper, the project management app designed by women, for women, to keep all of the billions of things you do organized.

👉🏽 PlanWithPepper.com


Js Component Code
-----------------------------------------------------------------------------------------------------------------------
const urlSearchParams = new URLSearchParams(window.location.search);
const params = Object.fromEntries(urlSearchParams.entries());

if (params.id){return params.id;}
else { return "Sorry we couldn't find this project";}
------------------------------------------------------------------------------------------------------------------------

Support PragmaFlow on PATREON
👷🏽‍♀️👷🏽‍♂️👷🏽 www.patreon.com/pragmaflow
2 سال پیش در تاریخ 1401/01/09 منتشر شده است.
4,336 بـار بازدید شده
... بیشتر