[firebase_dynamic_links] Navigate to dynamic link from within app #5569
Replies: 3 comments
-
Hi @ozzy1873 |
Beta Was this translation helpful? Give feedback.
-
[√] Flutter (Channel stable, v1.9.1+hotfix.6, on Microsoft Windows [Version 10.0.18362.418], locale en-US) [√] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [√] Android Studio (version 3.5) [√] Connected device (1 available) • No issues found! |
Beta Was this translation helpful? Give feedback.
-
I'll see if I can come up with a simple app. |
Beta Was this translation helpful? Give feedback.
-
I added dynamic link support to my app and it works great when used as intended. However, one of my users copied the dynamic link to the clipboard and pasted it into a chat section of the same app that generated it. When the dynamic link is tapped, an error page is displayed stating "Dynamic Link Not Found". Pasting the same link into a different app, like the Chrome browser, works as intended. I am using url_launcher 5.2.3 to navigate to the dynamic link.
It would be nice to be able to use dynamic links to navigate within the same app that generates them. If there was a method to convert a short dynamic link to the long form, I would be able to work around this issue. I suppose I could use the full url instead of short links, but it would be nice to keep the messages short.
Beta Was this translation helpful? Give feedback.
All reactions