Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: gesture controls #119

Merged
merged 10 commits into from
Dec 30, 2024
Merged

fix: gesture controls #119

merged 10 commits into from
Dec 30, 2024

Conversation

mkobuolys
Copy link
Owner

Description

Fixes #118 and #111.

  • Controls are visible by default on mobile devices (iOS and Android) on tap;
  • Controls are not auto-hidden when the cursor is over them;
  • Added swipe left/right gestures to switch between slides;
  • Added FlutterDeckGesturesConfiguration to configure on which platforms the gesture controls are enabled;
  • Updated documentation.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@mkobuolys mkobuolys self-assigned this Dec 30, 2024
@mkobuolys mkobuolys merged commit 082c01d into main Dec 30, 2024
4 checks passed
@mkobuolys mkobuolys deleted the fix/gesture-controls branch December 30, 2024 21:55
@rodydavis
Copy link

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: Mobile does not show controls
2 participants