Add deep link support in app

Nice, @vknow360 good work :blush:

1 Like

I am using more than two screen on my application. for example
Screen1 as flash screen
Screen2 as main screen
Screen3 as web view screen.

I want to open deep link url on screen3 when some one click my url https://eduksd.blogspot.com/

I think you have to check start value on Screen1 and then go to the desired screen like this:

blocks (6)

1 Like

What is scheme and host field in textbox dear to download extention

See here:

Suppose this your site that you want to deepLink
https://community.kodular.io

Scheme = https
host = community.kodular.io

2 Likes

But what about start value variable to get start value using deep links??? Where to put start value

What about start value variable how to get start value using deep links

Is it possible @FahadAhmad ?

@vknow360 is there any way to get the url
So that I can load it in webview.

You get url as start value

Do as @FahadAhmad mentioned

2 Likes

Ok thank you so much :heart:

Can I Make Like DeepHost Deeplink In Your @vknow360 Extension??

Add Some Features Like Link of position like deephost can you add this feature?? @vknow360

What features? :thinking:

Can I create https://ourapp2019.000webhostapp.com/aia=1 or any Number Or Position Like This Host I Want To Make AIA store App Using Your DeepLink Extension I Want To Make Every AIA Different Position When User Click My Link Then Position Wise AIA

Can You Add Same Block In Your Extension

That is easy and implemented with this extension.
That you will have to manage in block’s.

Can we edit the first schema i.e. appinventor:// to anything else like appname:// ?

This extension gives you more more control than any other extension.
Your app’s Screen1 will be opened when user clicks on a link which is set in extension and after that it is upon you what you want to do.

Yes you can.
Just put the desired scheme and host here:

Thank You Very much for clearing my doubt.