2021-05-06 03:21 AM
Hello,
is there a way to make the SlideMenu Container swipeable, reacting not only on the stateChange button, which starts the animation, but also on a swipe an move to to the current position of the touch. The idea is to make a slidemenu behaving like the for example the android quick settings menu (swipe down from the top of the screen)
What is the better way to achieve this?
Thanks!
Seko
2021-05-11 12:43 AM
Hi,
I suppose you already implemented a solution by now, but it is possible to create custom triggers but I think the best way would be to create a custom widget by copying the SlideMenu class and add the swipe functionality. This will leave you a bit more freedom even if you will not be able to see the widget in the canvas in Designer.
/Romain