Honchar Denys
Honchar Denys
can you create codepen with setup you are using?
What do you mean by solving only your case? Have you created fork with this?
Would be amazing.
add ng-hide=true, small delay, and call render function. This will work for sure. To make it work without that plugin has to be improved.
then don't hide it, move it somewhere where it will not be visible.
Yes, i have made such thing before, not elegant way for sure. Someday we gonna made this work.
This is probably quick modification. Need to add option which will decide if canvas will be real or not.
Do you try it from browser or something like cordova?
Ok, i will checkup.
hey, as temporary fix html: ``` ``` ts: ``` import { NavigationStart, Router, Event } from '@angular/router'; import { NbMenuComponent } from '@nebular/theme'; @ViewChild('menuEl', {static: true}) menuEl: NbMenuComponent; constructor(private router:...