Hide Navigation bar for cordova app

前端 未结 2 503
野的像风
野的像风 2021-01-27 22:49

I want to hide navigation bar in my app cordova android app. I\'m using cordova navigation bar plugin but it hides navigation bar at index page, I want to hide navigation bar fr

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-27 23:22

    The best way is to install this plugin.

    https://www.npmjs.com/package/cordova-custom-config

    Installation:

    cordova plugin add cordova-custom-config 
    

    If using Cordova version => 6.2.0 use:

    cordova plugin add cordova-custom-config --fetch
    

    Then you can edit the Android theme by editing your config.xml

    
    

    This should hide the navigation bar and give you a full screen experience.

提交回复
热议问题