updateSettings method
- GesturesSettings settings
Applies GesturesSettings configuration changes.
Supported GesturesSettings fields per platform:
- Mobile (iOS / Android): all fields.
- Web: GesturesSettings.scrollEnabled, GesturesSettings.pinchToZoomEnabled, GesturesSettings.rotateEnabled, GesturesSettings.pitchEnabled, GesturesSettings.doubleTapToZoomInEnabled. Other fields are ignored.
Note: on Web, GesturesSettings.scrollEnabled =
falsedisables pointer/touch pan but keyboard arrow-pan stays on for accessibility. A fine-grained keyboard pan toggle is pending GL JS support (GLJS-1828).
Implementation
Future<void> updateSettings(GesturesSettings settings) =>
_impl.updateSettings(settings);