Hello,
I am using slide touch handler to slide from one screen to another using onEnd() slot, I am switching between screens using the offset value of touch handler.
After a timeout I want the offset to be set to (0,0} i.e the x value of offset to be set to 0.
Doing SlideTouchHandler.Offset = {0,0} does not work, this does not set the overall handler offset to 0.
How can I reset the offset value after a time out?