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 ?
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 ?
Use, Activity Starter, because its a URL to open out side of your app.
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…
@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
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
Also you could try using customwebview extension with deeplink enabled to true
or use extended webviewer extension
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.