apjones6 / DiceRoller

RPG Dice Roller App for Windows Phone 8
1 stars 0 forks source link

Rapidly tapping pick tile buttons do not catch all taps #7

Closed apjones6 closed 11 years ago

apjones6 commented 11 years ago

Due to 300ms delay or a similar feature? Perhaps try implementing off TouchStart and TouchEnd (or similar named events).

On a related note, if this is done the Hold action should be made to require less time (seems around 1.5 seconds default, but 1 second is plenty, and perhaps less, such as .75 or .66 is preferred).

apjones6 commented 11 years ago

Changed Tap event to Command, and it works correctly. Would like to reduce Hold threshold duration, but not doing this at present because didn't need to do any custom gesture work. Create separate issue if still desirable later.