iOS Question CLVSwipe: refreshpanel not always visible

wl

Well-Known Member
Licensed User
Longtime User
hi,

I'm using the CLVSwipe panel on my iPhone.
I tried the example as found in https://www.b4x.com/android/forum/t...pe-actions-and-pull-to-refresh.98252/#content

When there are enough items in the CustomListview to allow it for scrolling, I can swipe bottom to top to get the 'PullToRefresh' panel.

However: when there are just a few items in the CustomListView I can't get a ScrollChanged in the CustomListView and as a result the PullToRefresh panel will not appear.

Is this intended behaviour or a bug. I would assume the latter since the user should always be able to refresh regardless of the number of items already in the CustomListView ?

Thanks !
 

Biswajit

Active Member
Licensed User
Longtime User
You can use ios native refresh control.

 
Upvote 0

Biswajit

Active Member
Licensed User
Longtime User
Thanks,

But it seems it is not working with an xCustomListView ?
I use this in my projects. It works fine with xClv
 
Upvote 0
Top