Vincent M...
Vincent M...
@greg-db Great. thanks for the workaround
Transform logic can refer following code: ``` typescript transformCoordinates = function (canvas, orientation) { var ctx = canvas.getContext('2d') var width = canvas.width var height = canvas.height var styleWidth = canvas.style.width...
Try following, this worked for me: **this.subscriptionOnIdleStart** = **this**.idle.onIdleStart.subscribe(() => { this.idleState = 'You\'ve gone idle!'; Logger.log('onIdleStart') }); ngOnDestroy(): any { **this.subscriptionOnIdleStart**.unsubscribe(); }
same here, When scrolling, the content become to empty for a while
1.3.0 is also uploaded a 1.3.2 version code...
Fix: change to following at line 245 in /src/directives/slimscroll.directive.ts ``` @HostListener('window:resize', ['$event']) onResize($event: any) { this.getBarHeight() } ```
@vladmarginean9 but it lost a resize bug fix if you remove that part