Android Question AS ViewPager: Problem with vertical swipe when using xCustomListView in pages

Timm Sodtalbers

Member
Licensed User
Longtime User
Hi!
I use ASViewPager with several pages and on each page I have a xCustomListView element.
When I swipe vertically, it happens that the PageChanged event of the ASViewPager is executed, although the page is not changed.
Is this behavior known? Is there a solution for this?
 

Timm Sodtalbers

Member
Licensed User
Longtime User
Here is an example that shows the problem.
Just swipe to the second page and then swipe vertically several times.
 

Attachments

  • Test.zip
    27.5 KB · Views: 66
Upvote 0

Timm Sodtalbers

Member
Licensed User
Longtime User
Sorry, I have only created and tested the B4i version, so the layouts for B4A are missing.
Maybe the problem only exists under B4i, I'll test that right away.
 
Upvote 0
Top