Search code examples
windows-8

Disable Appbars in snapview in Windows 8 Application


is there any way to disable Appbar in snapview state ?! i'm using HTML5 and javascript to build my application


Solution

  • You can use CSS/JS to disable the Appbar in Snap View; however, if this app is meant for the store then when it comes to certification for the store that can cause an issue as you are supposed to support the appbar in all views.

    You can disable/hide particular items in the snapview with CSS (disabled or hidden CSS properties) so that the appbar only has items in it that are meaningful in the snapped view.

    Guidelines and checklists for Appbars - http://msdn.microsoft.com/en-us/library/windows/apps/hh465302.aspx