K kohle Active Member Licensed User Longtime User May 30, 2017 #1 I need a swipe event on a listview item. I have a customlistview and with a click on a listviewitem I open a page with webview. I can go back from the webview page to the customlistview page with a swipe. Now I need the same in the other direction.
I need a swipe event on a listview item. I have a customlistview and with a click on a listviewitem I open a page with webview. I can go back from the webview page to the customlistview page with a swipe. Now I need the same in the other direction.
Erel B4X founder Staff member Licensed User Longtime User May 31, 2017 #2 iTableView supports swipe actions, though they are not exactly what you describe. You can use this class to intercept swipe gestures: https://www.b4x.com/android/forum/t...zer-native-uigesturerecognizer.52836/#content Upvote 0
iTableView supports swipe actions, though they are not exactly what you describe. You can use this class to intercept swipe gestures: https://www.b4x.com/android/forum/t...zer-native-uigesturerecognizer.52836/#content