You are here: Home » Lifetime Academy » Added Native Drawer (SlideMenu) to our NavigationBar Cordova Plugin

Added Native Drawer (SlideMenu) to our NavigationBar Cordova Plugin

Facebooktwitterredditpinterestlinkedinmail

Cordova Native Drawer

Now you can easily include this slidemenu to your Cordova iOS applications through our plugin CDVNavBar located at Github: https://github.com/Emadello/cordova-plugin-CDVNavBar

 

Example:

var draweritems = [];
draweritems.push(["Page1","index.html","icon.png", "im the badge"]);
draweritems.push(["Page2","index2.html","", "no badge"]);
draweritems.push(["Page3","index3.html","", null]);
navbar.setupDrawer(draweritems, "#ffffff");
Facebooktwitterredditpinterestlinkedinmail

2 Comments

  1. Do you have any sample APP?

    • Yes, please check IBDL | International Business Driving License on app store

Leave a Reply to admin Cancel reply

Your email address will not be published. Required fields are marked *