windows phone 8 - Disable action center WinJS -


i'm developping winjs application on windows phone 8 , want "disable" action bar. want when touch top of screen doesn't show action bar. saw several games doing : image example

how can html or winjs ?

you need 2 things:

  1. hide status bar via statusbar.hideasync method
  2. disable system overlays via applicationview.suppresssystemoverlays property.

you need both things minimize action center popup thing.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -