Replies: 2 comments
|
If one click is triggered, the button is disappeared with no side-effect. But if the second click is provided, then the numeric input field enters editing mode with digital keyboard on the screen, masking other UI elements. |
0 replies
|
I got the answer! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Here's a situation which I need Klick'r to finish: I needed to click the "All money" button. This would automatically populate the numeric input field to the left of the button with all the available funds currently in my bank account, eliminating the need for manual data input. Then, after clicking the button, it disappears and gets covered by the input field on the left.
The only parameter that can be set for the "Click" action in Klick'r software is the duration, with a minimum of 1ms. I have tried setting it: even when set to the minimum of 1ms, this "click" action sometimes acts as a double-click (or even more clicks), which results the unexpected UI interfaces.
Is there any way to ensure a single click is recognized as just one click, rather than multiple clicks?
All reactions