+1
Answered
Calling an action onswipe(right or left depending on which end of the pager you are on)
Can you call an action when the user swipes against the end of a pager?
For example, view is on page1 of a pager and the user swipes backward (right).
I tried using an if statement to identify if the view is on page1, and then if so onswiperight perform an action, but it's not recognizing. Thoughts?
For example, view is on page1 of a pager and the user swipes backward (right).
I tried using an if statement to identify if the view is on page1, and then if so onswiperight perform an action, but it's not recognizing. Thoughts?
Customer support service by UserEcho
Have you considered placed an onscrollto on the first and last page to invoke an action to let the user know they are at the front and back of the pager?
Thanks man!