问题
I'm trying to have a carousel inside another carousel. It's KivyMD so I have MDTabs which is based off of carousel and I wish to put another one inside of that. I did it but the parent carousel (the MDTabs) grabs focus and when I try to swipe the child carousel the focus goes to the parent instead and it switches tabs instead of switching slides inside the carousel. If I wait for the scroll_timeout of the parent carousel I can swipe and switch slides but this is basically unusable for the end user. Any ideas are greatly appreciated.
来源:https://stackoverflow.com/questions/63381705/kivy-carousel-inside-another-carousel