Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrollbar not moving on mobile #4

Closed
Donkfather opened this issue Apr 21, 2017 · 5 comments
Closed

Scrollbar not moving on mobile #4

Donkfather opened this issue Apr 21, 2017 · 5 comments

Comments

@Donkfather
Copy link

Hi, in the demo the scrollbar is not moving. Samsung S4 with Chrome

@appinteractive
Copy link

Same on iPhone with safari. Seams you are using the wrong events here.

@breadlesscode
Copy link

Same Android 6 - Chrome. Elephone C1.

@luiguild
Copy link
Owner

You can understand more about it on #2

@romandrahan
Copy link

romandrahan commented Aug 6, 2017

@luiguild, @Donkfather, @appinteractive, @breadlesscode, as a workaround we can just hide v-bar's scrollbars when screen is touch:

@media (pointer: coarse) {
    .bar--vertical, .bar--horizontal
        display: none;
}

@luiguild
Copy link
Owner

luiguild commented Aug 8, 2017

IMHO VBar is not focused on mobile cases... We don't have the same scroll problem on mobile browsers like in desktop cases... I don't maked this component thinkin in mobile apps... All mobile Browsers (Firefox, Chrome, Safari, Opera and others) already resolved the scroll bar design problem... I recommend that you create this media query to hide the component bars... I will plan make this by default in the next version...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants