Event App - needs many taps to activate a field | Community
Skip to main content
Basel_Kirmani
Level 2
September 4, 2019
Question

Event App - needs many taps to activate a field

  • September 4, 2019
  • 2 replies
  • 4606 views

Does anyone using the Events app on iPad find that it takes multiple taps to navigate between fields? I've seen many comments that the app is slow and better suited for small events, and even a couple of reviews on the App Store itself indicate that other people encounter the "need multiple taps" issue too. Is this common? Is there a fix?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
September 5, 2019

it's good for small roadshows. don't know about multiple taps.

Dave_Roberts
Level 10
September 13, 2019

The double-tap issue (specifically for iOS) has something to do with the way the front-end is coded. It boils down to changing the display of an element using the "hover" state. Since you can't "hover" on an iPad, iOS fires the hover state on the first tap and then the link on the 2nd. 

Here's a link to more info on it: Fixing the iOS Mobile Double-Click Link Issue | Toma Nistor - San Diego Web Developer 

Basel_Kirmani
Level 2
September 16, 2019

Ooh, interesting! Thanks Dave