Re: Swipe transitions

2017-07-22 Thread Sannyasin Brahmanathaswami via use-livecode
yes, this! The deeper I get into mobile design the more it becomes clear that true swipe transitions are somnething users expect, and by extension something new developers would expect to be supported. hit me hard yesterday when a new beta tester, 15 year old with an iPod Touch wi

Re: Swipe transitions

2017-07-22 Thread J. Landman Gay via use-livecode
On 7/19/17 4:17 PM, Richard Gaskin via use-livecode wrote: J. Landman Gay wrote: > On 7/19/17 2:10 PM, Richard Gaskin via use-livecode wrote: >> But that would only take care of the swipe of the current card. >> We'd also need some way to assign the destination card for each >> swipe directi

Re: Swipe transitions

2017-07-19 Thread Brian Milby via use-livecode
Swipe detection would be useful for other than the whole card too.DG2 is supposed to have that piece.Think of the way you can delete an email on the iPhone.From a detection perspective, it is the same motion.You would need the direction and position to take the correct acti

Re: Swipe transitions

2017-07-19 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > On 7/19/17 2:10 PM, Richard Gaskin via use-livecode wrote: >> But that would only take care of the swipe of the current card. >> We'd also need some way to assign the destination card for each >> swipe direction. >> >> What should that syntax look like, and how do we disce

Re: Swipe transitions

2017-07-19 Thread J. Landman Gay via use-livecode
On 7/19/17 2:10 PM, Richard Gaskin via use-livecode wrote: But that would only take care of the swipe of the current card. We'd also need some way to assign the destination card for each swipe direction. What should that syntax look like, and how do we discern swipe events from others on cont