How di I prevent a double click action in IOS
Posted: Mon Apr 16, 2012 8:44 pm
Hi,
I have a list style object on card 1 that when clicked takes you to card 2. Card 2 has a large clickable image rect area on it that the user can select from to perform further actions and then goes to card 3.
This all works great in the IDE and as well in IOS if the user taps once on the list object in card 1. However if the user double taps the list object in card 1 he is transported to card 2 and then the second tap (issued on card 1) immediately triggers the clickable image script (on card 2). Immediately taking you to card 3.
Any ideas on how to prevent the double click action from triggering on the new card?
Dave
I have a list style object on card 1 that when clicked takes you to card 2. Card 2 has a large clickable image rect area on it that the user can select from to perform further actions and then goes to card 3.
This all works great in the IDE and as well in IOS if the user taps once on the list object in card 1. However if the user double taps the list object in card 1 he is transported to card 2 and then the second tap (issued on card 1) immediately triggers the clickable image script (on card 2). Immediately taking you to card 3.
Any ideas on how to prevent the double click action from triggering on the new card?
Dave