ui-drawer
ui-drawer copied to clipboard
NativeScript plugin that allows you to easily add a side drawer (side menu) to your projects.
isOpened
Since closing the drawer is possible with both: `drawer.close()` , gesture and backdrop tap it just seems logical that there would be a boolean property `isOpened` in order to be...
I the content is scrolling and it goes out of the drawer it does not scroll on Android. Everything works perfectly on iOS. I'm trying to get scrolling lists working...
Hi all, I don't know if this is the right place and sorry for skip the guidelines for post issues, but there is a problem with the latest published version...
Mac Ventura 13.3.1 npm run readme > readme > lerna run readme && node ./tools/readme.js sh: lerna: command not found
Hi, thanks for the great plugin! I wonder if there is a way to know about slide state by gesture... I know the this.$refs.drawer.isOpened() manually but I am looking for...
### Which platform(s) does your issue occur on? Witnessed on iOS (using Angular); assuming others affected the same, but not sure. @nativescript/iOS 8.3.3 @nativescript/angular 14.2.5 ### Please, tell us how...