cordova - phonegap gap:config-file to adjust mainpage.xaml -


I am using the PhoneGap build. I do not have a Windows SDK around me, mainpage.xaml is not around.

I want to hide the status bar in winphone8 because it is causing problems in my layout. I do not want to change Android and IOS. I've read it by adding

. Main

Also, I want to lock the screen orientation. I read it by adding

mainpage.xaml moves from supported orientation = "portrait" orientation = "portrait"

.

Can I use these things to differentiate: config-file statement in config.xml?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -