The tag refers to a graphics user interface item, which can be clicked using the mouse or tapped (in case of touchscreen application).
Questions tagged [clickable]
702 questions
4
votes
1 answer
Make links in textview open WebView in Android app
Hi I want to make links from TextView of my app open the WebView Activity also inside my app.
I am able to handle link clicks using a custom class extending LinkMovementMethod class. Below is the code:
public class CustomLinkMovementMethod extends…

frey
- 431
- 1
- 5
- 21
4
votes
1 answer
how to make layout clickable programmatically
I am creating a RelativeLayout programmatically, and thus, I need to add this xml attribute: android:clickable="true" programmatically.
How can this be done? thanks!

vlio20
- 8,955
- 18
- 95
- 180
4
votes
1 answer
Xcode create clickable text
I am trying to create an object that can have clickable text within it.
For instance: I have text displayed to the user:
"Please verify the terms and conditions prior to accepting registration."
I want to make just the "terms and conditions" text…

Jigar P
- 43
- 2
- 3
4
votes
2 answers
Sharepoint 2010 - Custom List - Make Column Item clickable and editable
I created a custom list with two columns: Name and City.
I want to make the items in column City clickable. Meaning, if I click on item 'Chicago' the view item form directly pops up which is usually accessible via "View Item".
I have seen this…

user1324283
- 41
- 1
- 1
- 2
3
votes
1 answer
relative positioned divs not clickable
Nothing in the body of this website is clickable. I can't figure out why.
The purpose of this website was to be something like lucasfilm.com, where the header overlaps the body content so the logo sorta looks like it is popping out.
For some reason…

nuts-n-beer
- 255
- 4
- 8
3
votes
1 answer
Why ListView Items becomes not clickable after scroll
I created a custom ListView with ImageView and TextViews and every thing worked fine until i tried to implement onItemClick, which for the time being only shows a Toast.
The problem occurs when i scroll down my ListView: it won't receive any…

ColdFire
- 6,764
- 6
- 35
- 51
3
votes
3 answers
Android - Cannot setClickable(false) a button after click
I have a button like a switch where I am trying to setClickable(false) after I click it so that only the first click will be handled
(additional clicks are ignored in the case of accidental double-clicks/multiple-clicks).
Here is a similar…

martinC
- 39
- 2
3
votes
2 answers
jQuery: Finish dragging without triggering click event
I am trying to set up the following page where:
If you click the button, you can see a div.
If you click the div, you can see the next div.
If you move the button, there is no »click« (desired behaviour)
The problem I am having is that if you…

Lina McClanahan
- 55
- 5
3
votes
1 answer
Startscreen on Javascript Game / Clickable Play button
I'm in the middle of making a start-screen for my JavaScript Breakout game. I've (poorly) made the background and a play button.
The background is inside the canvas, which I want. But when I want to place the clickable play button ontop of the…

Katrine Mira Arndt Lind
- 153
- 2
- 12
3
votes
3 answers
How to configure clickable links in SMS?
Many mobile operating systems (such as Android and iOS) automatically hyperlink URLs and Phone Numbers included in an SMS. Is this behavior managed by the mobile carrier, the OS, or the Device?
I'm designing an application that requires users be…

hckfnn
- 31
- 1
- 3
3
votes
2 answers
PyQt4 Scatterplot with Clickable and Selectable Points
I'm trying to create a scatterplot with about 1000 data points in a way so that each data point can be selected by clicking on them using a mouse, which will result in bringing up a context menu which will allow the user to remove or change the…

tonyslowdown
- 14,069
- 2
- 25
- 20
3
votes
1 answer
click data on/off in legend python scatterplot
So I've found this code: https://matplotlib.org/examples/event_handling/legend_picking.html. And I'm trying to make it work for data points instead of lines. So I thought I just change the marker in 'o', but that doesn't seem to work.
Also I want to…

StefaniPeters
- 31
- 4
3
votes
1 answer
How to make line clickable on google line chart
I want to make a google line chart with a clickable lines but I seem to only be able to make the data points clickable. Is it possible to also make the line between the data points clickable?

Rob
- 53
- 3
3
votes
2 answers
How to make a android textview autolink its value as a phone number
So Ive currently made a working app that when the user puts in an employees name and searches it searches my sql database and returns with a name, phone number, id and address all in a list so that each result is kinda separated from the next. Im…

WChampion
- 75
- 1
- 9
3
votes
2 answers
Clickable TextViews in Staggered GridView
I am trying to show dynamic list of strings in GridView. Every word will be clickable and can be selected or deselected. I am attaching a screenshot of Flipboard as I want exactly the same functionality.
Please help me to find out the same…

user1288005
- 890
- 2
- 16
- 36