marcusolsson / obsidian-projects

Plain text project planning in Obsidian
Apache License 2.0
1.5k stars 60 forks source link

iPadOS scrolling is impossible #727

Open educatedspice99 opened 1 year ago

educatedspice99 commented 1 year ago

What happened?

Multiple views in a project on iPadOS cannot be scrolled by touch. When touched, they only move.

What did you expect to happen?

Expected behavior is scrolling by touch the multiple views.

How can we reproduce it (as minimally and precisely as possible)?

Create multiple views on iPadOS and try to scroll through them.

Anything else we need to know?

No response

Plugin version

1.17.0

Obsidian version

1.4.16

OS

Other

Acylation commented 1 year ago

Yeah we should deal with touches more carefully. Add an interval before triggering dnd would be natural. So we can scroll directly, and sort with a long press.

I will also do some surveys on vibration apis to give users instant feedbacks on toggling scroll / sort.