API: Gestures #229
Labels
A-input
Area: Input handling, IME etc.
A-native
Area: Native platform integration
enhancement
New feature or request
help wanted
Extra attention is needed
Pulling out the gestures piece from #227 to track, since I think it's a bit further out then a specific fix for #227
From @jordwalke:
And @wokalski:
Definitely on board! Would be great to have a common 'gesture' infra for all the projects to share. I'm curious though if Brisk would be using the native gesture handlers, as there are
NSGestureRecognizer
/UIGestureRecognizer
.The gesture working isn't high on my priority list (at the moment), since it is not on the critical path for Oni 2 - but would ❤️ help if someone is interested in experimenting. It's very important long-term!
Although cross-compilation is not available, we could prototype APIs by adding touch event handlers, and compiling to a WebGL and JS target (and hosting in Cordova) - so at least we could play with the gesture handling and the behavior of the APIs.
The text was updated successfully, but these errors were encountered: