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

Mobile examples? #33

Open
justinlevi opened this issue Oct 31, 2017 · 3 comments
Open

Mobile examples? #33

justinlevi opened this issue Oct 31, 2017 · 3 comments

Comments

@justinlevi
Copy link

Has there been any work on getting the examples to work on mobile? Wondering if there is anything in particular that would preclude waves-ui from working on mobile browsers?

@b-ma
Copy link
Contributor

b-ma commented Nov 13, 2017

Hey,

No I don't think there should be anything preventing to get the library to run in mobile devices. However there are two things that could become a problem in my opinion:

  • maybe you could have problems regarding performances
  • as is, the interactions are really tied to mouse events (see ./src/interactions/surface), so it might be a problem to get interactive visualisations

@joshuabenker
Copy link

hey @b-ma ,
is there any chance to translate the mouse events to mobile uses. for example to shift the waveform?
http://wavesjs.github.io/waves-ui/examples/layer-waveform.html

cheers
joshua

@b-ma
Copy link
Contributor

b-ma commented Mar 18, 2019

hi @joshuabenker,

While it is probably feasible, it's not something that is currently in the development track. That would imply to update https://github.com/wavesjs/waves-ui/blob/master/src/interactions/surface.js to implement touch events. What would be your use-case for such thing?

Best,
Benjamin

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

No branches or pull requests

3 participants