Suat Oğulcan Özcan

Results 4 comments of Suat Oğulcan Özcan

I was able to get the attribute 'aria-label' to give to mat-tab. I had to use this attr like id. `[aria-label]="childSection.id"` Then i got element from document with query selector.

You can use Mp3FileReader method instead WaveFileReader

Hi, I’m using the main branch. The player pauses when entering fullscreen, but this issue occurs only on iOS. It works correctly on Android, Windows, and macOS—no pausing happens there....

There is a stream that provides the current playlist and the current index. You can use this stream function. ``` player.stream.playlist.listen((playlist) { currentIndex = playlist.index; // other stuff }); ```