Hi, i have a little problem in iPad.
i have a image view:
<Label id="LHasta" top="43%" color="white"></Label> <ImageView id="BSubirHH" top="39%" height="12%" left="20%" onClick="SubeHH" image="/BOTON SUBIR BLANCO.png" />in Android i can push this view repeatly (by example 5 times), then run 5 times:
function SubeHH(){ MiHHasta++; if (MiHHasta>23) MiHHasta=0; $.LHasta.text=String.formatDecimal(MiHHasta, 'es-ES', '00')+":"+String.formatDecimal(MiMHasta, 'es-ES', '00'); }but if i push it in iPad, i must push slowly, if i push quickly, not run.
What can i do??