Open deeplink via web viewer

I am using web view in my application, it has a tracking option in the web page which will open Google maps to navigate to a place. In browsers it open Google maps but on the app it looks like this

Any suggestions or fix ?

image

Use, Activity Starter, because its a URL to open out side of your app.

1 Like

Can you explain in detail how to do it, I just added activity starter but messed in blocks section !

Try this…

Action: android.intent.action.VIEW
Package: com.google.android.apps.maps

To set a specific URI then Use the below block…
image

For web viewer…

2 Likes

@Ariyan_AD ,Thanks a lot but as I said earlier there is no button on my screen as it’s a web viewer the button is inside my website not on app screen :sweat_smile:

It will work if the button is either in your web viewer or not.

Try to move the above activity starter blocks, into when the page is loaded block. May be it will work

2 Likes

See this post #4 :arrow_up: :arrow_up: :arrow_up: :arrow_up:

1 Like

Also you could try using customwebview extension with deeplink enabled to true

or use extended webviewer extension

1 Like

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