Is there a function in gesture to detect and therefore to scroll through individual pages ?
For example like wrist gestures with Android Wear? https://www.youtube.com/watch?v=_R0qbB4hVbU
I would appreciate an informativ answer.
Greets, Sandro
Is there a function in gesture to detect and therefore to scroll through individual pages ?
For example like wrist gestures with Android Wear? https://www.youtube.com/watch?v=_R0qbB4hVbU
I would appreciate an informativ answer.
Greets, Sandro
In a page-based app you can programmatically change current page by calling "becomeCurrentPage" from the relative interface controller.
However there aren't any built-in wrist gestures.
You can receive accelerometer's data but I think that doing such "gesture" will switch off the screen...