iOS Question SwiftButton + AsViewPager (solved)

f0raster0

Well-Known Member
Licensed User
Longtime User
Hi Team

We just found out that SwiftButton doesn't work when using AsViewPager. (in Android all good)
The button outside of AsViewPager work fine but the button into AsViewPager doesn't.
The example attached is showing the issue.

Thanks in advance.
 

Attachments

  • TestSwiftButton.zip
    171.7 KB · Views: 55

f0raster0

Well-Known Member
Licensed User
Longtime User
With the version should work. But I don't know yet if this has negative effects. I used the LongPressGesture to trigger the TouchDown event.
thanks, it is working so so,
we are looking for a solution where the button is release only when we stop pressing the button, can be?

thanks in advance
 

Attachments

  • TestSwiftButton1.2.zip
    172 KB · Views: 66
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
You can use my AS_ViewPagerNative, there it seems to work.

 
Upvote 0
Solution
Top