How to use DeepLink at Webviewer?

How to use DeepLink at Webviewer ?
(Web Viewer of @vknow360)

Please tell me “how to use DeepLink ?”
(when I click on a link at anywhere…, Then, go to my app and open the link in Webviewer)

Please tell me “how to use DeepLink ?”
(when I click on a link at anywhere…, Then, go to my app and open the link in Webviewer)

Download Custom Webview aix (81.1 KB)[quote=“Mohyaddeen_Mazin, post:1, topic:88273, full:true”]
How to use DeepLink at Webviewer ?
(Web Viewer of @vknow360)

Please tell me “how to use DeepLink ?”
(when I click on a link at anywhere…, Then, go to my app and open the link in Webviewer)

Please tell me “how to use DeepLink ?”
(when I click on a link at anywhere…, Then, go to my app and open the link in Webviewer)

Download Custom Webview aix (81.1 KB)

Just enable DeepLink property in the customWebViiewer extension :wink:The url will be returned in the start value block, so you can use go to url block to go to this url.
image

1 Like

I enabled DeepLinks in property

First, you will need another deep link extension


after setting it up, do this blocks:

when Screen1. initialize
do

Do your code with if-then

for example:
if (the start value is “name”, open another screen = name)

So now when any link is pressed your app will be in the list of the browsers. When the user will choose it, the url will be returned in the start value block:

You can use go to url block to go to this url.

1 Like

Oh… But, in that custom Webviewer’s property has a option “DeepLinks”

Ha
so I dont know

1 Like

Thank you @Mohamed_Tamer, @Matanel325

2 Likes

but can you tell me where i use this Get Start Value block?? When screen1 initialize???

You can use this block any where in your blocks of screen1

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