Mike Kerner wrote:

> So you'd like a swipe event instead of using nav buttons.

Button where appropriate, swiping where appropriate.


iOS:
   Use touch gestures to create fluidity. Make it easy to move
   through your interface with minimum friction. For example,
   you could let people swipe from the side of the screen to
   return to the previous screen.
<https://developer.apple.com/ios/human-interface-guidelines/interaction/navigation/>


Android:
   Efficient navigation is one of the cornerstones of a
   well-designed app. While apps are generally built in
   a hierarchical fashion, there are instances where
   horizontal navigation can flatten vertical hierarchies
   and make access to related data items faster and more
   enjoyable. Swipe views allow the user to efficiently
   move from item to item using a simple gesture and
   thereby make browsing and consuming data a more
   fluent experience.
<https://developer.android.com/design/patterns/swipe-views.html>


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to