-
Notifications
You must be signed in to change notification settings - Fork 0
Scroll up is not working on touch screens #2
Copy link
Copy link
Open
Description
Scroll up is not working on touch screens
The disappearing center brand and displayinh cards is working on mouses and touch pads. but when it is on a touch screen the scroll function does not work. This is because in the jsx file I mentioned an event by 'wheel' instead of 'scroll' . The 'scroll' listner will not work in this case because we are not actually scrolling we just need to detect it .
Suggested Solution:
There for we can detect the pulling up in touch screens instead of 'wheel' . To do that we need to listen to the touch activities and carefully calculate it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels