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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changelog
Fixes
Memory Leak: Resolved an issue where a memory leak could occur in the events endpoint.
New Features
Backend Enhancements
/gestures Endpoint: Introduced a new endpoint /gestures that streams touch gestures in binary format. It tracks and sends distances moved in left, right, up, and down directions during a single gesture.
Client Enhancements
Gesture Analysis in Worker Thread: Gestures are analyzed in a separate worker thread. The analysis results, such as swipe left, right, up, down, and diagonal movements, are communicated back to the main thread.
Diagonal Gestures for Content Control: Implementing diagonal gestures from bottom right/left to top left/right for showing and hiding content.
Integration with Iframe for Slide Control: Swipes and other diagonal movements are passed to the underlying iframe using postMessages. This feature is specifically designed to change slides in Reveal.js presentations, supporting horizontal slide transitions.