Questions tagged [autolink]
103 questions
0
votes
1 answer
Show dialog before opening autoLink in TextView
I am using android:autoLink="web" in my TextViews to convert URLs into clickable links. This works great. Since the links are user-generated I want to ask the user with a dialog beforehand, whether they really want to openthis link.
I haven't found…

Mahoni
- 7,088
- 17
- 58
- 115
0
votes
1 answer
How make Auto linking keywords in text with Php?
Here is my code.My destination was: i will enter some content text(like articles), keywords and site url. And in the end keyword in text will be linked to url i was given for once.
But code doesnt work. So where is my mistakes?

nymfer
- 21
- 5
0
votes
1 answer
Link Detection / String to Link (even without www)
Case: A User's Profile where he can add a bunch of links.
I collect the links via the User Registration Page, but i'm having a Problem with Users not entering www. and http:// in front of the URL.
I could fix the http:// problem with auto_link but i…

Mini John
- 7,855
- 9
- 59
- 108
0
votes
3 answers
Autolink TextViews in Google Map InfoWindow
In Xamarin, how can I get the autolink to work with some TextViews that are displayed inside a Google Map InfoWindow.
Here is my custom_info_window XML code:

Garry
- 1,251
- 9
- 25
- 45
0
votes
1 answer
Display multiple TextView on screen
I am using Xamarin and I would like to display many email, web addresses and phone numbers for different users on a screen. Want to use the AutoLink feature of the TextView to do this.
My question is this: Which is the best way to display the…

user22707
- 505
- 1
- 13
- 23
0
votes
0 answers
TextView autolink error
I am using Xamarin and am trying to get the autolink working for a TextView.
Here is my code:
using System;
using Android.App;
using Android.Content;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
namespace…

user22707
- 505
- 1
- 13
- 23
0
votes
0 answers
wicket autolink in CSS
I have the following line inside a section of a panel:
.divider{
background-image: url("img/pspacer.png");
}
With the .png placed relative to the panel java/html sources
Wicket Autolink is enabled and works for other resources, such as .js and…

Andreas Petersson
- 16,248
- 11
- 59
- 91
0
votes
1 answer
Auto link urls in PHP that don't have quotes around them (Code modify needed)
OK, I've been using the following code to find any URLS in the text that I enter, but some things like YouTube code or whatnot have links in them and it finds those as well. I would like to have this code modified so that it ignores quotes around…

Na'ven Enigma
- 3
- 2
-1
votes
6 answers
js How to add href + text onclick
I need to pass (using javascript) text inside span to href
information
contact
about
for example when i click to about…
Vincenzo Piromalli
- 406
- 2
- 12
-1
votes
1 answer
Key phone expected Integer but value was a android.text.SpannableString. The default value 0 was returned
After clicking on the "Edit" - lost phone and web link. If you click on the back button without saving - Phone and Web returns to form.
How to fix this error? Key phone expected String but value was a android.text.SpannableString. The default value…

Zloyel
- 95
- 1
- 4
- 14
-1
votes
1 answer
Twitter feed outputting as plain text
I have a twitter feed at the bottom of my website I am in the process of building: http://matthewkcooper.netii.net/
As you can see it is outputting url links at hashtags that are not clickable. How can I make these links active?

Matthew Cooper
- 1
- 2
-2
votes
1 answer
How to remove unwanted link from TextView android?
I set auto link = web but it create unwanted link when TextView text has dot with any character like "i.want" it will create link for it have to prevent this
I try to remove dot from string but then guanine link will not generated
give some…

Neel
- 77
- 7
-4
votes
4 answers
codeigniter auto_link doesnt add links without www
If i type
www.google.com or http://www.google.com
using auto_link() function will add link correctly..
However, if i type
google.com
the function doesnt work since the www. part is missing...
how can i make sure it will include these links as…

stergosz
- 5,754
- 13
- 62
- 133