I am building a Twitter Search API app using Tiggr. I would like to show 15 results per page and then navigate to next page by sending request again to Twitter. Assuming I generate native code for iPhone or Android, how do I handle SwipeLeft or SwipeRight motion. I don't see those events, can you pl...