2020-11-22 11:08 AM
2020-11-24 01:33 AM
Yes, you can swipe using e.g. the Swipe Container. This has already been discussed e.g. here and you will find some documentation there.
When your question is answered, please close this topic by choosing Select as Best.
Good luck!
/Peter
2020-11-24 01:33 AM
Yes, you can swipe using e.g. the Swipe Container. This has already been discussed e.g. here and you will find some documentation there.
When your question is answered, please close this topic by choosing Select as Best.
Good luck!
/Peter
2020-11-26 10:59 AM
Thanks peter ,
These swipe container only swipe left/right, but we want swipe up/down also ?
Actually, I am also working on slide menu ,but the slide menu is "button type" only but we need swipe type if it is any possible?
Regards,
Narendar.v
2020-11-26 09:53 PM
Hello,
For a vertical swipe container you can simply modify the widget so that it moves according to the y coordinate instead of the x coordinate. It should be pretty straightforward. I don't recommend to modify directly the widget but to create a custom one which is basically a copy of the Swipe container with the vertical aspect added.
What do you mean by slide menu ? If you want a menu you can slide we have 3 main possibilities :
I recommend the latter.
/Alexandre