So, in my application, I got an application popup for various events. The problem I am facing is that when AppBar appears, other buttons lose their availability. In other words, everything outside of the AppBar cannot be selected without first closing the AppBar. To select one, the user will have to click outside the AppBar, and THEN select the button. This is clearly not a friendly interface, so I'm looking for a fix.
Any ideas would be highly appreciated. Thanks in advance for your help!
source
share