2021-12-20 10:12 PM
First, I'm japanese, so my English is not good. sorry.
Please teach how move page like iphone by Swipe container.
I made touchGFX project using Swipe container.
The page have many button widget.
I try swipe with pushing button widget, but The page don't move next page because pushing button widget is Prioritized.
On the other hand, if I swipe with pushing button widget on iphone top page, the page mobe next page without problems.
I want to do iphone's move by touchGFX.
thank you reading.
2021-12-21 12:11 AM
This is known problem of widgets taking control on gestures from view. Take look at this discussion:
https://community.st.com/s/question/0D53W000016lTnwSAE/multiple-graphs-in-swipe-container
There you can find some explanation and link to solution.
2022-01-05 06:49 PM
Thank you for answer and Sorry for the late reply.
I will refer to it.