jeffbonnes / ti-yet-another-slider-menu

An sample 'Facebook' style slider for Titanium
Other
14 stars 16 forks source link

Unable to scroll inside the window #2

Closed ardiwine closed 11 years ago

ardiwine commented 11 years ago

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.

screen shot 2013-09-09 at 6 29 03 am

jeffbonnes commented 11 years ago

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.