Search found 2 matches

by 25Apalachi
Wed Aug 10, 2016 8:22 am
Forum: iOS Deployment
Topic: mouseDoubleUp not working properly for iOS
Replies: 4
Views: 4999

Re: mouseDoubleUp not working properly for iOS

joel.epsteinBUS31vi wrote:You can get around this problem by doing this in your PreOpenStack:

Code: Select all

set the doubleClickDelta to 40
It's always worked great for me. You might want to monkey with the number of pixels

Peace.

Joel
This is exactly what I needed. Thank you.
by 25Apalachi
Mon Aug 08, 2016 11:20 am
Forum: iOS Deployment
Topic: mouseDoubleUp not working properly for iOS
Replies: 4
Views: 4999

mouseDoubleUp not working properly for iOS

I have a scrolling field in an app and I want to allow users to select from the scrolling field by double tapping. mouseDoubleUp works perfectly for this on Windows and Mac OS apps but not on iOS. I believe this is because it's much harder to double tap the exact same spot using your finger than wit...