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 :
how can html or winjs ?
you need 2 things:
- hide status bar via statusbar.hideasync method
- disable system overlays via applicationview.suppresssystemoverlays property.
you need both things minimize action center popup thing.
Comments
Post a Comment