This is exactly what I needed. Thank you.joel.epsteinBUS31vi wrote:You can get around this problem by doing this in your PreOpenStack:
It's always worked great for me. You might want to monkey with the number of pixelsCode: Select all
set the doubleClickDelta to 40
Peace.
Joel
Search found 2 matches
- 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
- 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...