You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works fine, except that the bottom two parameters aren't visible in the UI. The animationMode is NONE, and the drawer still is stretched when the left window is opened.
directly after drawer.open(). Then the correct behaviour is seen. Setting these properties between .createDrawer() and .open() also doesn't work. It seems that these parameters are not used (or overrulled) somewhere.
Is anyone else experiencing this behaviour? I would be nice if those properties can be set during creation of the drawer, instead of after opening the drawer.
The text was updated successfully, but these errors were encountered:
I am opening the drawer with the following parameters:
This works fine, except that the bottom two parameters aren't visible in the UI. The animationMode is NONE, and the drawer still is stretched when the left window is opened.
I can get the intended behaviour by calling:
directly after
drawer.open()
. Then the correct behaviour is seen. Setting these properties between.createDrawer()
and.open()
also doesn't work. It seems that these parameters are not used (or overrulled) somewhere.Is anyone else experiencing this behaviour? I would be nice if those properties can be set during creation of the drawer, instead of after opening the drawer.
The text was updated successfully, but these errors were encountered: