How can I open the drawer in Desktop mode, using mouse movement, when at the far left?
-
How to open the drawer in Desktop mode, using Chrome, by moving the mouse (simulating the slide in Android), without clicking any button for it?
-
Inject following CSS into your app:
.drawer-opener { display: block !important }
-
Unfortunately it did not work, maybe it would have to implement the call in some event that monitors the movement of the mouse?
-
@rstoenescu Sorry to insist, but would you have any other suggestions or guidance?