Emadello / cordova-plugin-CDVNavBar

Add NavigationBar to your Cordova applications
5 stars 7 forks source link

NavBar doens't show #1

Closed team-btg closed 6 years ago

team-btg commented 6 years ago

Hi, I've already install the plugin to my cordova product. But when I'm using it. The navbar doens't show. Can you validate if I'm doing it correctly. I'm just new with it.

onDeviceReady: function() {
        this.receivedEvent('deviceready');
        document.getElementById("btnSave").addEventListener("click", saveSettings);

        navbar.create();
        navbar.showLeftButton();
        navbar.settitle("Tab 1");
        navbar.show();

    }

Regards,