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 The url will be returned in the start value block, so you can use go to url block to go to this url.
1 Like
I enabled DeepLinks in property
Matanel325
(Matanel Shmailov)
October 13, 2020, 7:34pm
#4
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:
Mohamed_Tamer:
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”
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
system
(system)
Closed
November 22, 2020, 10:53am
#11
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.