appframework
appframework copied to clipboard
Drawer interactions passed to previous/behind panel
When a drawer is loaded on top of a panel, all interaction with the drawer panel are passed to the panel in the background. My main screen consists of a scrolling list and a button that loads a drawer. When the drawer is loaded, if I scroll up and down my drawer panel, the list in the background panel (main panel in this case) begins to scroll. Is there any way to avoid this kind of behavior?
Any chance you can post a demo? Without it, we won't be able to help.