Problem with Scrollview in Tab Page

0 votes
asked Jul 14, 2016 in Issue by anonymous

Hallo,

if i am using a scroll rect inside a tabview page. The swipe tab switching doesnt work anymore. The touch scroll view gets all touch events. If i add a tab pages scroll detector the the scroll view it doesnt work aswell.

Any idear?

Thanks for the answer.

1 Answer

0 votes
answered Jul 16, 2016 by admin (31,720 points)
selected Aug 22, 2016 by admin
 
Best answer
Hi there,

You can attach a DragEventSender to the ScrollRect page, which will be able to send events to both the ScrollRect and the TabView. If you take a look at the 2nd tab in the Tabs example scene, you can see how to set it up :)

~ Declan.
commented Jul 16, 2016 by anonymous
You are amazing... Thanks a lot! What is your plan in the future with Material UI ? You you implement other elements?
commented Jul 18, 2016 by admin (31,720 points)
Our main priorities at the moment are improving performance across all our components (especially on mobile devices), and filling out proper documentation to make MaterialUI more dev-friendly. After that, we'll be adding more controls, primarily those in the MD guidelines that are missing from MaterialUI, and more video tutorials on how to implement those controls :)

~ Declan.
Welcome to MaterialUI support! Ask us anything :)
...