Questions tagged as 'click'

5
answers

Open a new screen, with an onMenuItemClick and send data

Good, I have a RecyclerView with its CardView , and when I click on the photo I get the drop-down menu that I created with 2 options. With one of them I want to be able to open another activity to show more information. Any id...
asked by 20.04.2017 / 10:42
2
answers

Convert dynamic element into clickeable

I have the following element in my project: Individual code for each box <div class="col-md-3 col-sm-6 col-xs-12"> <div class="info-box bg-aqua"> <span class="info-box-icon"><i class="fa fa...
asked by 18.02.2018 / 19:23
0
answers

Click RecyclerView - Item

I need to click on an item in a RecyclerView but when I try to do it it shows me the following message: java.lang.NullPointerException: Attempt to invoke interface method 'void com.example.zero.test.Interface.ItemClickListener.onClick (androi...
asked by 14.10.2018 / 06:10
2
answers

How do I avoid the click event if it does not? - Angular

I have this button in Angular, that even if I have it disconnected, I open the file explorer, I usually do it is <miBoton (click)="estaDesamblado?'':miEventoClick()" > Some correct way to solve it #abrirArchivo{ display: no...
asked by 20.06.2018 / 17:18
0
answers

Click on hidden menu gives unknown error

I'm scraping the web nowgoal.com. If you go to any game that appears on the main page, for example link you have several tables. Each table has on the right a series of options to the right of the Away column. When I try to select an option fr...
asked by 26.04.2018 / 20:19
1
answer

I can not click on the bottom sidebar in Wordpress

I'm setting up a web in Wordpress and I have a problem with the bottom sidebar, in the bottom bar where the widgets are, I can add and modify them without problem, but then the links do not work or a form that I added in the widget, it's like it...
asked by 04.04.2018 / 11:25
2
answers

Detect if you click inside a Div

I am looking for a way to detect if click has been made within a div regardless of the content that is inside the div in question. $(document).ready(function(){ $('#armaz *').on('click', function() { alert($(this).prop('id'...
asked by 14.07.2017 / 07:52
1
answer

Is there an event for sustained click on Javascript?

Do you know of an event in javascript that detects when you click and keeps clicking ?, You will see, I want to perform an action infinitely many times while you are clicking "maintained-sustained" to an HTML element, or have some idea How do yo...
asked by 17.06.2018 / 02:26
2
answers

Move elements clicked from one array to another

What I want to do is move an element from one array to another, but only those that the user selects and without JQuery, I am in Angular 4, I leave my code. Bold text <div class="create-cont-top-left"> <h5 class="clrGr...
asked by 26.09.2018 / 17:50
1
answer

avoid zoom by double clicking on mobile jquery

The problem arises when the content of the screen does not fit completely in mobile and makes a small horizontal screen, it does not allow me to double click on the screen because when doing it I activate the zoom, it brings the screen a little...
asked by 15.08.2018 / 14:02