Questions tagged [clickable]

The tag refers to a graphics user interface item, which can be clicked using the mouse or tapped (in case of touchscreen application).

702 questions
-2
votes
1 answer

make button clickable after checking two check boxes in android

how can i make button clickable after checking two check boxes in android
Ahmed Morra
  • 129
  • 10
-2
votes
2 answers

how to open links in json in safari?

In my app I have a UITableView displaying tweets from a downloaded json file. Many of the tweets contain a link (to Instagram for example). How would I go about making these links open in Safari? What code would I need?
rexr
  • 89
  • 11
-3
votes
1 answer

How can I make listview clickable when custom adapter view is used?

I know this question is asked several times and I tried to solve according the other solution but in vain. I used customAdapterView with listview. I have also set clickable in the xml. But it's not working. My question is what's the error that…
abc
  • 275
  • 3
  • 11
-3
votes
2 answers

How to make Images clickable in a UIPageViewController?

I am creating a UIPageController which swipes 4 pages. In each page there is an image from the array I created. Now I want to make each image from the swipe view clickable to present a new specific page. Each image from the swipe view leads to a…
AllPO
  • 1
  • 4
-3
votes
3 answers

Clickable divs based on current date

I have a page with several divs, containing image with link, which I want to become from unclickable to clickable based on the date. For example - I have 5 divs for 5 days (01.03.2016, 02.03.2016, 03.03.2016, 04.03.2016, 05.03.2016). Inside these…
ataman79
  • 21
  • 1
  • 9
-4
votes
1 answer

Clickable phone number and mail in PHP

PHP Hello. I need to add clickable phone number and mail. Can You help?
  • -4
    votes
    5 answers

    Jquery Clickable Div not working on inner div

    I have this markup to make the entire div clickable.

    Title

    This is the description

    check here
    And…
    SolaceBeforeDawn
    • 958
    • 1
    • 8
    • 16
    -6
    votes
    4 answers

    clickable and unclickable button android Studio

    I am currently making a small application and this is what I want to do: every time I click on the "+" button, I want to increment my counter which I have successfully done. Every time I click the "-" button, I want to decrement my counter which…
    carl saptarshi
    • 345
    • 1
    • 5
    • 17
    -7
    votes
    7 answers

    Make clickable textview in android

    By this way i have showed ids from DB. TextView setNote = (TextView) findViewById(R.id.idNotes); setNote.setText(""); //empty current text //DB connection DatabaseHandler db = new DatabaseHandler(this); List contacts = db.getAll(); for…
    -7
    votes
    1 answer

    Why is the area to the right of a DIV clickable?

    I have a clickable div, but the area to the right of the div is also clickable. I don't want that. How can I fix that?
    Student
    • 531
    • 4
    • 12
    • 28