-
-
I love the idea of the quick drawer on the left side, but I would love it even more if I could add apps to it as well.
Eg. I have a monochrome app, that is not something I use daily but I need to r…
-
openDrawer() and closeDrawer() both function does not work. Dragging to open and close drawer works but clicking on item does not close drawer. I am using ionic 1.2.4. has anyone the solution. Documen…
-
I tried to make use of the added functionality in v2.3 that states added options to open drawer from top or bottom but when I set the "side" property to "top" or bottom" I get an warning error saying …
-
I use the below style for shadow when I open the drawer.
```
const drawerStyles = {
drawer: { shadowColor: '#000000', shadowOpacity: 0.1, shadowRadius: 3},
main : {paddingLeft : 0, ba…
-
While tackling #294 I noticed that our Adaptive design isn't optimal rn.
Mainly that we should use NavigationRail instead of a crippled drawer.
I decided to make use of [flutter_adaptive_scaffold]…
-
If the side drawer is open when the app is stopped and state is saved, then restoring the app produces "Unbalanced calls to begin/end appearance transitions". Also, visually, the drawer resets its vis…
-
Hi @AndreasFaust, I am using ticker alongside a drawer. But when the drawer is closed I get this fixed overlapping text.
This is when the drawer is open:
![Untitled](https://user-images.githubuse…
-
I installed the latest version of nativescript, angular, and sidedrawer.
The error shows when I use "tns run android" :
ERROR in ../node_modules/nativescript-ui-sidedrawer/__ivy_ngcc__/angular…
-
I'm using this awesome component in a side drawer. What happens is while closing the drawer with swipe, the dropdown modal sticks to the screen, and it's position is not updated according to the paren…