-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adapt screen: investigate multi-touch phrase selection #108
Comments
Update on this issue: It does look like there is a javascript library that supports multitouch -- hammer.js -- that should allow for this type of UI interaction. No idea how well it would work for us. |
Another tidbit -- the native browser touch events specification allow for multitouch: http://www.html5rocks.com/en/mobile/touch/. So hammer.js might not be needed to implement this. |
Moving this out of milestone 0.4.0: Initial testing with multi-touch has not produced very good results -- the interactions do not seem consistent across devices. It could be that hammer.js works better in this regard, but it's looking beyond the scope of the milestone. Right now the drag-selection of source phrases seems to be working well on both iOS and Android, so we're probably at a good stopping point for 0.4.0. |
Moving this out to the 1.0 release candidate milestone. |
Update on this issue: With the long-press selection mode of phrase selection introduced in 1.0 beta 11, we might not need this feature any more. I'm moving this out of the 1.0 release candidate milestone until we can get a feel for how usable the existing modes of phrase selection are. We can revisit this issue if it seems like the phrase selection still needs some work. |
As an alternative to the drag-selection of source phrases, it would be nice to allow users to use multi-touch to mark the beginning / end of their selections for retranslations and merged phrases.
The text was updated successfully, but these errors were encountered: