Skip to content

Scroll up is not working on touch screens #2

@tharananejan

Description

@tharananejan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions