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
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive.
See https://www.chromestatus.com/feature/5093566007214080
on mobile systems. As a result, mobile users on both android and ios are not being able to scroll the view (where shepherd is attoched to) anymore.
The part that is not scrollable is the highlighted target. Do you have a target that takes up most of the screen and breaks scrolling or something? We could perhaps just remove the touch scroll blocking. I do not recall what we needed it for.
I face the issue 2 times within my application. Both times, the highlighted area stretches widely among the screen thus needs most of the space and breaks scrolling exactly as you mentioned. Additionally, both times I hide the message box "display: none" Because the user wouldn't see what to do otherwise. The workaround from #1717 also works for me thus I think we face the same issue
Simple steps like
trigger the following error
on mobile systems. As a result, mobile users on both android and ios are not being able to scroll the view (where shepherd is attoched to) anymore.
I'm using
angular-shepherd
version12.0.0
Might be related to #1717
The text was updated successfully, but these errors were encountered: