Drawer touch ignore experiment

Use this to compare touch behavior inside Drawer.Content. The plain div should still participate in swipe-to-dismiss, while the explicit data-base-ui-swipe-ignore div should preserve taps.

What to test

  1. Tap the plain div on a touch device. It should still be part of swipe handling.
  2. Tap the data-base-ui-swipe-ignore div. Its click counter should increment.
  3. Tap the native button. It should continue to work as before.
  4. Drag from the plain div area to confirm swipe-to-dismiss still starts there.

Latest events

Plain div clicks0
Ignored div clicks0
Native button clicks0
Event log
  • No events yet.