Questions tagged [autolink]
103 questions
0
votes
1 answer
error React Native CLI uses autolinking for native dependencies - RN iOS
I'm new to React native. I get the following error when I try to start the project in the ios simulator. How can I solve this?

SoF
- 729
- 1
- 10
- 24
0
votes
1 answer
How to edit the text inside TextView having autoLink attribute in Android Studio?
I basically want that when the users click the "Call Us" textView it will take them to dialer with a phone number pre-written and not directly start a call. I tried it using android:autoLink="phone" but it turns out I have to set the number to be…

Omkar Phadke
- 27
- 1
- 7
0
votes
1 answer
How to Autolink the url in Trix Editor
When we paste the content in trix-editor the href not getting paste as simple text. How can we make it as a link.

Abhijeet Gite
- 79
- 1
- 6
0
votes
2 answers
android:autoLink is not working in ButtonView in Android?
I have used autolink in ButtonView like below,
if…

Sandhiya
- 339
- 2
- 14
0
votes
1 answer
How to redirect to youtube app through link from Android app?
In my UI, i have a textview to shows list content. I have auto link and app chooser dialog enabled for that textview. In case of youtube link as content (like https://youtu.be/x), upon selecting youtube app from the app chooser dialog, youtube app…

Jai
- 217
- 1
- 4
- 15
0
votes
1 answer
Phone number inside TextView become underscored but not clickable
I have complicated XML file. Here is a piece:

Alex Rmcf
- 804
- 7
- 14
0
votes
1 answer
How to auto link assets after `yarn install` in React Native 0.60
So I have my custom library my-library, with a react-native.config.js file.
module.exports = {
dependency: {
assets: ['Fonts'], // This lib contains custom fonts.
}
};
When I do yarn install my-library somewhere in a different project, I…
user2551551
0
votes
1 answer
Issue with Textview while Using AutoLink
Whenever I am using autoLink="all" in TextView, it is not properly autolinking the Mobile Number. It is autolinking the earlier Number(number from a text not mobile Number) as well.
Here is the layout

Sasank Sunkavalli
- 3,864
- 5
- 31
- 55
0
votes
1 answer
PHP: Optimize Find-and-replace procedure of many strings in single string
I'm auto-linking profiles existing on my site in blogpost texts which contain the profile names. To do so I...
1) ...extract currently ~500 rows (only?) from 4 different MySQL tables - containing different types of profiles - in a single database…

DanceMichi
- 31
- 4
0
votes
0 answers
Angular 2/4 : Mobile Number Auto Detection not working in Angular2/4
Feature : "By default, Safari on iOS detects any string formatted like a phone number and makes it a link that calls the number."
Working as expected Environments : Plain HTML and Angular 1.x.
We do the same implementation in another angular 2…

Satish321
- 1
- 1
0
votes
3 answers
Setting minimum length for auto link
I have a big paragraph which may have numbers, email addresses and links. So I have to set setAutoLinkMask(Linkify.PHONE_NUMBERS | Linkify.EMAIL_ADDRESSES | Linkify.WEB_URLS) for my textview.
The content may contain digits of varying numbers. I…

Asha Soman
- 1,846
- 1
- 18
- 28
0
votes
0 answers
Implementing Hashtags in recyclerview in Android using AutoLinkTextView
I'm currently developing the feature adding hashtags to my app, but I got stuck in implementing it in a recyclerview. I'm currently using the AutoLinkTextView I don't get the matched words for the textview I assigned as autolinktextview. Thanks for…

Trafalgar
- 135
- 1
- 11
0
votes
1 answer
TinyMCE links aren't including href
Solved!
The initial problem:
I'm using TinyMCE for a text editor. Right now, I just have the default plugins applied. It appears that 'autolink' is one of those, as it turned a link into an 'a' tag. The problem I'm having is that it's not giving the…

drkgrntt
- 25
- 1
- 8
0
votes
2 answers
Laravel Auto-Link library
I'm looking for a travel auto-link detection.
I'm trying to make a social media website and when my users post URLs I need it so like shows instead of just normal text.

Jack Douglas
- 1
- 1
0
votes
1 answer
Subject is always empty when I do click on an email in Android
I'm developing an App and I added a simple TextView with autoLink="email"

Federico Navarrete
- 3,069
- 5
- 41
- 76