We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8a28b commit 8b5969bCopy full SHA for 8b5969b
1 file changed
crates/freya-components/src/input.rs
@@ -483,6 +483,7 @@ impl Component for Input {
483
e.prevent_default();
484
if cfg!(target_os = "android") {
485
if a11y_id.is_focused() {
486
+ // Require a second press to enabling dragging on Android
487
is_dragging.set_if_modified(true);
488
}
489
} else {
@@ -507,6 +508,7 @@ impl Component for Input {
507
508
509
510
511
512
513
514
0 commit comments