Posts: 282
Threads: 25
Joined: Sep 2010
Dean has added in 5.1.900 an option to trigger actions based on finger swipes. Left, right, up, and down. This thread is here to bring awareness to the feature and help me and maybe others get it working. 
This is where you find it in an overlay. 
   
Posts: 40,483
Threads: 491
Joined: Aug 2002
So just edit the actions for the overlay, and it will have an OnFlick event. The direction is one of the runtime values provided. You can react to that to do whatever you want.
Dean Roddey
Explorans limites defectum
Posts: 1,275
Threads: 135
Joined: Dec 2010
08-02-2017, 11:48 AM
(This post was last modified: 08-02-2017, 11:48 AM by zra.)
Hi NightLight, 
I'm trying to get the swiping gestures working with the new WebRiva on IOS devices. 
Can you tell me how you got yours working or comment on my scenario? 
Here is what I have so far:
On my overlay template, I set Manual Flick = True
In the action menu there, on OnFlick I entered the following as a simple test with no luck. 
If 
System::Equals
    P1=%(IntfRTV:FlickDir)
    P2=Right
    P3=Case
HR_Overlay::LoadOverlay
    P1=/User/Primary/HR_Office
End
Any suggestions for me?