After generating all the windows and pushing in to the data table,in one of the windows, instead of a button that opens up a new window, I added a long label that overflows the screen. When I tried to scroll, it doesn't allow me to do so.
This is the same situation if, for example, I added a web view instead that. The size of the web view fits the window but the scroll event doesn't get processed accordingly.
I ran into this as well on another project. The swipe listener conflicts with the scrolling for some reason. I've updated the code to add the swipe listener after the window opens, and that has fixed it for me.
After generating all the windows and pushing in to the data table,in one of the windows, instead of a button that opens up a new window, I added a long label that overflows the screen. When I tried to scroll, it doesn't allow me to do so.
This is the same situation if, for example, I added a web view instead that. The size of the web view fits the window but the scroll event doesn't get processed accordingly.