Sebastian Fuss

Results 15 comments of Sebastian Fuss

It isn't supported right away. Everything that should happen when a tab gets selected needs to be implemented by you. So you only need to not perform the action when...

Hi, correct. So client side angular1/angular2 and server side node+express/go+echo, but no database.

Hi, that problem has been mentioned in an older ticket already: #191. The resolut was that non-passive listeners are not support by angular so far making it impossible to register...

Related ticket is https://github.com/angular/angular/issues/8866 Once they figured that out, this library can be adjusted accordingly.

Hi all, I checked with angular 12 and ngx-page-scroll 7.0.5, scrolling via service and directive is working: https://stackblitz.com/edit/ngx-page-scroll-angular-12?file=src/app/app.component.html Can you please provide some details about the problematic projects and the...

Hi all, can you please confirm, whether the css [`scroll-behavior`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior) of your document is **not** set to `smooth`? This is by default the case when using Bootstrap for example. A...

When interacting with tabs, I want the tab URL to be included in the search. For example I remember that I had a github tab somewhere. At the moment I...

Hi, thanks for the suggestions. The main problem I see with the `window.postMessage` implementation is the need to have a reference to the other window. This requires new windows to...

Hi. I will definitely merge the PR, but unfortunately can't estimate at the moment when I will find the time for a proper review 🙁

Hi @mac1253, the directive listenes for the `click` event at the attached object: https://github.com/Nolanus/ngx-page-scroll/blob/master/projects/ngx-page-scroll/src/lib/ngx-page-scroll.directive.ts#L23 But I do agree that it is better from a usability perspective to also handle key-events...