Ralf Heese

Results 10 comments of Ralf Heese

I have found a workaround for the time being by delaying the rendering of the video player. View: ``` ``` TS (loaded is called when the page has loaded). 500ms...

I read this thread first but could not easily extract the key source code. I found another post showing very concise source code (also notice the comment later about checking...

No worries. I am extremely busy at the moment and I might not find a spare time slot soon. I suggest whoever has some time to spare first goes for...

I have forked the project and changed the file `slides.component.ts` to init the slides only when there some (using `ngAfterViewChecked`). This way I can load the data asynchronously and use...

I like your plugin and I am happy to contribute. Since I needed it I have also introduced a new attribute `autoInit` in my code (by default `true`) which allows...

Turned my hack into a solution (still no time to test it properly). You can subscribe to changes of `QueryList` and, thus, re-init the slides whenever they change. It is...

Hi @gabitoesmiapodo please find below an example which is derived from the code I am working on at the moment. In my case I needed the slides to have a...

At a quick glance you are setting `this.players` too early. Try setting it in `ngAfterViewInit`. It might be that you need to use the code of the fork I created....

This was probably pointing to here: https://github.com/TheOriginalJosh/nativescript-ngx-slides/blob/master/lib/src/slides/slides.component.ts#L62

I had configured different background colors depending on the environment of the database (e.g., production, stage, ...). Just be aware that those colors are changed when you run this script....