Basically, when a button is in a Scroll view, you can swipe across to scroll up and down the scroll view, but when a button has an event trigger you cant swipe anymore to scroll you can scroll only using the scroll bar.
Not sure what’s going on. any help?
Okay, Apparently Event Trigger overwrites the default event system the buttons have.
Codding your own event triggerer and just using the necessary events solves this.
Source [Solved] Scroll not working when elements inside have click events - Questions & Answers - Unity Discussions
1 Like
Works perfectly, thank you!