(ionic) How can I make side menu overlaying contact?

梦想的初衷 提交于 2019-12-05 16:27:01

There is a fork for this

https://github.com/driftyco/ionic-ion-drawer

And the example on codepen. http://codepen.io/Yuripetusko/pen/VYqRNg

As i know it has not been merged with the main repo so you have to bring in the file separately and then add it to the module

angular.module('ionicApp'['ionic','ionic.contrib.drawer'])
       .controller('appCtrl', function($scope) {   
});

Some other people have already requested this feature. http://forum.ionicframework.com/t/side-menu-overlaying-rather-than-pushing-center-content/4361 As of what I know there is no work around unless you wanted to rewrite the directive/animations for the side menu.

Try this one. This is exactly what you are looking for.

http://nlmd.vincurekf.cz/

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!