Questions tagged [dynamic-links]

67 questions
3
votes
4 answers

Is there a way of making normal links automatically load through ajax, rather than normally?

I haven't explained this well. But what i mean is, if I have an ajax script that loads the content of a page in a DIV element, through the function 'loadpage('whatever.php');, instead of going around manually doing this to all links, is there a way…
Tom
  • 1,068
  • 2
  • 25
  • 39
3
votes
3 answers

ASP.NET MVC: Get lowercase links (instead of Camel Case)

All my dynamically generated action links etc. are creating links like /Account/Setup. It looks strange. I'd like all my links to be lowercase (meaning /account/setup). Any way to do this?
Alex
  • 75,813
  • 86
  • 255
  • 348
3
votes
7 answers

SEO and hard links with dynamic URLs

With ASP.NET MVC (or using HttpHandlers) you can dynamically generate URLs, like the one in this question, which includes the title. What happens if the title changes (for example, editing it) and there's a link pointing to the page from another…
juan
  • 80,295
  • 52
  • 162
  • 195
2
votes
2 answers

Flutter - Firebase Dynamic Link not Working while app is in kill mode

I have integrated Firebase Dynamic link in my Flutter application to open and navigate application users to specific screen in app. For that first of all I have added below plugin in pubspec.yaml file: firebase_dynamic_links: ^5.0.5 Then, I have…
Jaimin Modi
  • 1,530
  • 4
  • 20
  • 72
2
votes
1 answer

How to use dynamic links with a custom URL scheme?

If I use https://appdomain.page.link/?link=myapp://appdomain.co%2Fwebview%2profile%2Fsignup%3Femail%3Dtestemail@test.com&ibi=co.myapp.mobile the dynamic link is invalid because of the 'myapp://'. The API docs state I can only use https or http here,…
Nodeocrat
  • 816
  • 2
  • 14
  • 29
2
votes
3 answers

Is it possible to specify the short link with Firebase Dynamic Links?

This question is about what I think is a discrepancy between the REST API (from the docs anyway), and the behaviour afforded through the Firebase console. Here's the console: Yet when I look at the REST API docs, I don't see any way to follow step…
2
votes
1 answer

Firebase DynamicLinks handleUniversalLink returns always false

When handling a dynamic link with the app installed FIRDynamicLinks handleUniversalLink returns always false and the callback never gets called. We have a subdomain already linked: https://app.[mycompany].com/ so the apple-app-site-association file…
2
votes
1 answer

Firebase dynamic links don't work on galaxy s8 and galaxy s9

I have a problem on galaxy s8 and galaxy s9 with dynamic links from firebase. On other android devices it works. A strange loading screen appears, then returns to the application from which there was an attempt to open the application. Anyone had a…
2
votes
1 answer

Firebase dynamic link opens app but onCreate for the Listening activity not called (Android)

I trying to integrate Firebase dynamic links to my app (which uses no other firebase components currently). I went through all the steps given in the documentation and but I am not able to receive the deep link using…
2
votes
2 answers

Use gprof on a .so library?

I'm building a .so plugin and would like to profile it using gprof. At the moment, I don't have the ability to rebuild (with the -pg option) the executable that links to it. Is it possible to use gprof to profile just this .so file once it's loaded…
Chris
  • 6,642
  • 7
  • 42
  • 55
2
votes
1 answer

Adding dynamic links to JavaDoc within Maven Site generated html

I am wondering if there is a way through the maven site plugin to have it automatically create a link to some JavaDoc structure (like a class) within the html it generates. As an example of what I mean, Doxygen provides a way to do this through…
FModa3
  • 14,409
  • 1
  • 17
  • 10
1
vote
1 answer

Open deeplink with parameters on android

Following the intent format in https://developer.chrome.com/docs/multidevice/android/intents/ intent: HOST/URI-path #Intent; package=\[string\]; action=\[string\]; category=\[string\]; component=\[string\]; …
Ted
  • 22,696
  • 11
  • 95
  • 109
1
vote
1 answer

Flutter Dynamic Links not opening on Android devices running Android 13, but working fine on devices below Android 13. How to fix this issue

Hello Stack Overflow community, I am currently facing an issue with Flutter Dynamic Links on Android devices running Android 13. The dynamic links are working perfectly on devices with Android versions below 13, but they fail to open on newer…
1
vote
0 answers

How do I stop Android devices from cutting off portion of QR code text after scanning?

I have an app that lets users create a dynamic link (using firebase) to their information and that redirects to the play store first if they don't have the app installed yet. When the dynamic link gets created, it gets encoded in a QR code for easy…
1
vote
0 answers

APP_FIRST_OPEN is not tracked on firebase dynamic link analytics for custom domains

I have created multiple Firebase dynamic links with custom domain and my APP_FIRST_OPEN is always showing 0 (zero) in the analytics. Though the other paramaeters such as CLICK, REDIRECT, APP_INSTALL & APP_RE_OPEN is showing correct data. Can anyone…
Zobair Alam
  • 527
  • 1
  • 5
  • 24