Questions tagged [deeplink]

253 questions
0
votes
1 answer

Uber dropoff location using Android deeplinks

I'm trying to set the dropoff location for rides via a deeplink from my application to Uber's app. Right now my format is as…
Gonzalo
  • 3,284
  • 2
  • 23
  • 25
0
votes
1 answer

Using a url scheme on NSURL() results to nil

Language Used: Swift 2.3 Viber's url scheme for sending a message is viber://forward?text= Whatsapp's url scheme for sending a message is whatsapp://send?text= The problem is NSURL seems to think that url's that don't have . on them are not urls…
Zonily Jame
  • 3,917
  • 2
  • 22
  • 43
0
votes
2 answers

Deeplink on click opens intent chooser in android

I have implemented deeplinking in one for my activities. But when the link is clicked, an Intent chooser opens asking whether to open from the app or from the browser. How to open from app directly? Also, when the app is not installed, it does not…
Sahana Prabhakar
  • 551
  • 7
  • 20
0
votes
0 answers

Facebook deeplinks tumblr app for my blog links on mobile

Very weird and annoying situation! When clicking on the links of tumblr blog with custom domain in facebook app, instead of opening the url facebook offers tumblr app. I believe facebook requests my url, understands it is tumblr and deeplinks its…
Gevorg Hakobyan
  • 275
  • 2
  • 12
0
votes
2 answers

Deep link does not work with Branch

This is what I got in my Manifest:
rosu alin
  • 5,130
  • 9
  • 56
  • 133
0
votes
0 answers

Open link in safari on facebook webview

I host a html page with button to open a link in new tab . Click Here Google I want to open html page on the click on a button in facebook web…
dheeraj
  • 157
  • 1
  • 11
0
votes
1 answer

Universal link doesn't open the app on iOS

I have an app with MagicLink authentication implemented using universal links. The app and the server are configured to handle universal links following Apple’s documentation…
0
votes
1 answer

Android Deep Links

In my web page i add : and in my AndroidManifest i added : …
Corneliu
  • 261
  • 1
  • 3
  • 12
0
votes
1 answer

Android Deeplinking from Email Client (Cordova)

I have a Cordova based application that i have implemented deeplinks. These deeplinks are working perfectly fine for me in all platforms for me as far as the 'opening up the app is concerned'. In the native Android email application when links are…
Frighter
  • 1
  • 1
  • 2
0
votes
2 answers

Post video to Facebook from Android with deep link back to app

Problem: I'm trying to share content to Facebook from my Android app that is hosted somewhere else and have it deeplink back to my app. Details I'm developing and Android app and the problem I'm facing is I have a video that I want to share to the…
odiggity
  • 1,039
  • 9
  • 22
0
votes
1 answer

Intent android auto encode string

I am working with deep link and I got a problem when passing Japanese string from Web to Android via IntentFilter. There are some code: Initializing webview with Html code: String encode = URLEncoder.encode("namhv://category?category_name=レビュー",…
Brian Hoang
  • 1,013
  • 8
  • 18
0
votes
2 answers

How to deal with a friendly url with parameters in a static webpage?

I have the following URL https://mywebsite/somepage/1234/5678 where somepage is a route to a page and the numbers are are parameters. My page is a static page, just html and javascript. Ex.: https://mywebsite/somepage.html. How could I open this…
Natanael
  • 1,176
  • 4
  • 14
  • 31
0
votes
1 answer

Open a Url with option of Installed App and Browser in Android

I have a String url. The requirement : On Click of a Button, the default chooser should open if the deeplinked App is installed with the User else opens the browser. I am doing this onClick of the Button: Intent i = new…
asdec90
  • 930
  • 1
  • 11
  • 28
0
votes
0 answers

Is deep linking redirect work with click/touch event generated by jquery trigger method?

Actually, I am trying to deep link from my web url to app. I have used the code from https://github.com/hampusohlsson/browser-deeplink and everything is working till checking the app installed or not. Now, the problem is that I am executing the…
Robindra Singha
  • 91
  • 1
  • 2
  • 11
0
votes
1 answer

Applinks intents not working on android

I have an Android app that should open links on the app which clicks from the web browser. I have the following intent filters:
Ali Gürelli
  • 2,383
  • 2
  • 21
  • 33
1 2 3
16
17