Alexander Stolte Expert Licensed User Longtime User Dec 1, 2018 #1 Hello, in the attachment is a sample project with the issure. The Pull to Refresh gesture is working, but you cant swipe the tabstrip. I dont use the swipe actions, only pull to refresh. In B4A the Tabstrip is working with Pull To Refresh. Greetings Attachments B4i.zip 60.5 KB · Views: 448
Hello, in the attachment is a sample project with the issure. The Pull to Refresh gesture is working, but you cant swipe the tabstrip. I dont use the swipe actions, only pull to refresh. In B4A the Tabstrip is working with Pull To Refresh. Greetings
Erel B4X founder Staff member Licensed User Longtime User Dec 2, 2018 #2 Try to disable the tab strip gestures: https://www.b4x.com/android/forum/threads/tabstrip.80277/#post-575472 Upvote 0
Try to disable the tab strip gestures: https://www.b4x.com/android/forum/threads/tabstrip.80277/#post-575472
Alexander Stolte Expert Licensed User Longtime User Dec 2, 2018 #3 The problem is, that the tabstrip scroll is disabled if i add the pull to refresh feature to the clv. Upvote 0
The problem is, that the tabstrip scroll is disabled if i add the pull to refresh feature to the clv.
Erel B4X founder Staff member Licensed User Longtime User Dec 2, 2018 #4 I see. Comment line #29: B4X: 'no.RunMethod("addGestureRecognizer:", Array(nme.RunMethod("CreateRecognizer", Null))) Upvote 0
I see. Comment line #29: B4X: 'no.RunMethod("addGestureRecognizer:", Array(nme.RunMethod("CreateRecognizer", Null)))