WebKit's hidden <input type="checkbox" switch> haptic trick is gated on tap-completion, not tap-start. Firing on pointerdown ran the programmatic click() before iOS committed to "this is a tap" so the switch-toggle haptic was suppressed. pointerup lands inside iOS's tap-completion window — still earlier than click (no movement filter, no 300ms wait). Android native bridge path is unaffected.
2.4 KiB
2.4 KiB