timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

AppBar can still be invoked while CustomDialog is displayed #219

Open ryantrem opened 11 years ago

ryantrem commented 11 years ago

CustomDialog attempts to prevent user interaction with the current page. However, when CustomDialog is open, the current page's AppBar can still be invoked via right click or swiping from the bottom of the display. Ideally, CustomDialog would prevent this.