Questions tagged [autolink]

103 questions
0
votes
1 answer

android:autoLink="web" in java

how to set android:autoLink="web" that can be set inside XML inside the class, for example for this textView final TextView finalTv; finalTv.setMovementMethod(testCase);
Dasser Basyouni
  • 3,142
  • 5
  • 26
  • 50
0
votes
0 answers

Hashtag can't use with autolink

I Use HashTagHelper library this My problem is , I can't use hashtag with autolink. So i need to use autolink in textview. f.e www.google.com, http://facebook.com If I use HashTagHelper.Creator.create(getResources().getColor(R.color.blue), this,…
0
votes
1 answer

I want to set HTML bookmarks within android TextView, so I can use it to allow readers to jump to specific parts of the page

Here is what I have in my xml file: android:autoLink="all|web|phone|map|email" The other links to web pages, phone numbers, and email addresses work fine. When it comes to bookmarks, it is shown like a plain text and it has no functionality. I am…
user5832543
0
votes
2 answers

TextView with 'autoLink=phone' not working for Spanish language support

I have a text(has phone number) placed in TextView with 'autoLink=phone'. It works fine with English and is not working for Spanish language support. Linkify is also not helping. Need help in this. Thank you.
Vishwa
  • 41
  • 1
  • 5
0
votes
0 answers

Android: Linkify inside a list adapter works only for the first item

I have this annoying problem. I have a list adapter which contains a TextView. In my TextView, the text is defined to be a link to a phone by using XML. It works well on the first item of of the list but not on the other items. Any ideas? Here is my…
AJ Gottes
  • 401
  • 1
  • 3
  • 15
0
votes
3 answers

autoLink not working

Vishwesh Jainkuniya
  • 2,821
  • 3
  • 18
  • 35
0
votes
1 answer

Add Multiple Auto links for textArea dynamically in appcelerator

I want to add multiple auto links for text area dynamically But if the textarea is not editable links are not working,I have a textarea in that i am tagging users when i tag user,that tagged user needs to become the autolink.here i am tagging…
Balu
  • 57
  • 6
0
votes
1 answer

autoLink text color

is it even possible to change the color of an "autoLink"ed label ? Alloy :
John
  • 737
  • 5
  • 13
0
votes
1 answer

Rails: transform plain text to link with rails_autolink

I have a rails app where users can post links inside a pin model. Here is the code to explain: app/views/pins/_form.html.erb: <%= f.text_field :website, placeholder: "http://wwww.website.com" %> And in my views: <% if @pin.website.blank? %> <%…
0
votes
1 answer

Auto Link after idle on several times

I've read a thread and it's help me a bit, https://stackoverflow.com/a/4644315/4910669.