Give us deep linking or give us DEATH!

I love adalo but lacking deep links/URL slugs really hinders the experience for customers. Make sharing pages and notifications a drage since users need to manually navigate to the page with the proper content. I think this really needs to be put at the top of the list as far as feature requests. Bubble has a good way to create URL slugs for each database entry by picking a field and counting up if it has duplicates. Please if anyone has a decent workaround as of now that would be great. This is the only obvious thing adalo is lacking.

Maybe it would be possible with branch.io, I’m not sure.

Is there any particular reason this hasn’t been done? Does it require complete technological integration?

I see there is a URL encode/decode component but I can’t find any documentation or support for the component. Would love some direction.

14 Likes

Does anyone have any ideas on a workaround?

:arrow_up::arrow_up::arrow_up::arrow_up: Upvote this conversation

1 Like

Okay, so there’s that URL Encode decode component just teasing us. I’ve found a GitHub page. It’s a little out of my wheelhouse. I can handle most API and simple stuff, but it’s out of my range as I can’t do java or reach native. If someone can help me figure this out, I’ll make a detailed tutorial for the community because THIS NEEDS TO BE SORTED OUT!

Here are all the instructions the GitHub page provides:

These instructions will get you a copy of the project up and running under your adalo account. See deployment for notes on how to deploy the project on a live system.

Prerequisites:

You need to set up your own environment for adalo dev. See details in http://developers.adalo.com/

Initialize:

Once you clone this project and set up adalo env, then you only need to run the commands below:

$ yarn install
$ yarn start

I’ve Twitter DMed the developers asking for some direction. I will keep everyone posted.

For the Java/React guys. I’d love some help learning and making a detailed tutorial.

P.S. I’m not sure if the extension is just for PWAs, or how it will work with apple app and android app links.

2 Likes

I’m pretty good at react native, @alexstockman what are you looking for?

I’ve been playing with @amezousan’s components for a while now. :slight_smile:

Also, I just finished developing a copy to clipboard component that will go into review after testing. :slight_smile:

2 Likes

Have you had any luck? Would love a tutorial. If you don’t want to make one I’d help you with making a nice video I just have no idea where to start.

What are looking for in the component?

I don’t have the slightest idea of how to use it all, but it seems like it may be a workaround to have deepliks/url slugs

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