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

Interact slider widget on mobile device #655

Closed
psychemedia opened this issue Jun 30, 2016 · 5 comments
Closed

Interact slider widget on mobile device #655

psychemedia opened this issue Jun 30, 2016 · 5 comments
Labels
feature request resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@psychemedia
Copy link

psychemedia commented Jun 30, 2016

Summary

Either switch to a mobile-friendly slider, or use something like http://touchpunch.furf.com/ to enable touch events on the current jqueryui slider


Original issue

I was trying to demo a simple notebook with interact widgets via Chrome on an Android device, and whilst the slider widget rendered and the slider bar could be highlighted, trying to slide it seemed to be interpreted by the browser as a swipe.

Which makes me wonder - is there a special theme for mobile devices, or would the actual widget handler code need tweaking to work on mobile browsers?

@jasongrout
Copy link
Member

I'm about to switch the slider to a mobile friendly slider, probably
experimenting with it in the next week or so.

On Thu, Jun 30, 2016, 06:50 Tony Hirst [email protected] wrote:

I was trying to demo a simple notebook with interact widgets via Chrome on
an Android device, and whilst the slider widget rendered and the slider bar
could be highlighted, trying to slide it seemed to be interpreted by the
browser as a swipe.

Which makes me wonder - is there a special theme for mobile devices, or
would the actual widget handler code need tweaking to work on mobile
browsers?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#655, or mute the thread
https://github.com/notifications/unsubscribe/AALwZn9IdWfi0AOU_31GtGShmnBo808Sks5qQ5-TgaJpZM4JCCNS
.

@SylvainCorlay
Copy link
Member

Indeed, the native browser slider should work on mobile devices.

@jasongrout jasongrout added this to the Backlog milestone Nov 8, 2016
@Dommsko
Copy link

Dommsko commented Sep 30, 2020

Hello everyone, is there an easy fix for this issue yet? I don't understand how to "switch to a mobile-friendly slider" like mentioned in the summary or how to "enable touch events on the current jqueryui slider". Also, I don't understand the ipywidgets code well enough to try to fix it myself. The URL http://touchpunch.furf.com/ isn't working, either. In other words, I am completely stuck here. Any support on this would be greatly appreciated!

(tested on Huawei P8 and iPad Pro)

Kind regards,
Dominik

@martinRenou
Copy link
Member

martinRenou commented Sep 30, 2020

The slider implementation should change a lot in the next release, it's not relying on the jQueryUI slider anymore but on https://refreshless.com/nouislider, it seems to work on my mobile phone using a Chromium-based browser.

I guess it's safe to close this issue. We can reopen it later if it actually don't work in the next release.

@apgdjr
Copy link

apgdjr commented Nov 1, 2020

Thank you. Where can I check when the next release is planned for?

@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 7, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

No branches or pull requests

6 participants