I'm integrating Firebase to support Deeplink feature in app. I have seen in one of screen-example suggested(PFA) here that we can add our own custom text instead of display Deep link URL.
I have tried to update but that did not help. How to do that, Any suggestion?
My guess is that you are using a
UITextView
for when the user enters text (in iOS). Here is how to accomplish that in Swift:In Android, I found a couple of SO answers that seem to handle the topic well:
Make a hyperlink textview in android
From user370305:
Put html link in edittext android
From RobinHood:
If you are trying to accomplish this in HTML, then use an anchor (
a
) tag: