You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our app, we have a setting that's hidden by default. You can enable this setting by tapping n amount of times on an element within a certain period (eg. 2000ms). Whilst creating a flow for this, I noticed that with regular tapOn, or with repeat, the taps are not executed fast enough.
It would be great if there was an option to execute double taps, triple taps, or in general nTaps. Is this something that could easily be added?
Or is there already a workaround that would solve my issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
In our app, we have a setting that's hidden by default. You can enable this setting by tapping n amount of times on an element within a certain period (eg. 2000ms). Whilst creating a flow for this, I noticed that with regular
tapOn, or withrepeat, the taps are not executed fast enough.It would be great if there was an option to execute double taps, triple taps, or in general nTaps. Is this something that could easily be added?
Or is there already a workaround that would solve my issue?
All reactions