You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-While focused on the input, attempt to scroll down
observe the bug: the page will scroll when it shouldnt. You can verify this by removing focus from the input and then attempting to swipe again, and it will trigger the handler and prevent scrolling
Expected behavior
It should prevent scrolling behavior if I swipe while focused on an input
** Device/Browser **
Safari iOS 17.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When an input field is focused on ios Safari, preventScroll flag does not work as intended, IE, the page still scrolls.
Steps or Sandbox to reproduce
This has to be reproduced inside an ios simulator like xCode or on your mobile device directly
ref
on this input-While focused on the input, attempt to scroll down
Expected behavior
It should prevent scrolling behavior if I swipe while focused on an input
** Device/Browser **
Safari iOS 17.0
The text was updated successfully, but these errors were encountered: