Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

push view quickly in iPad

$
0
0

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??


Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>