-
When player position is set to fixed I have to set z-index on `.shk` otherwise content behind the player is visible.
Example:
```
.container .shk {
z-index: 1;
}
```
I notice that `.shk-…
-
Hello. Please excuse me, but I'm quite new to JavaScript.
I made my first player Shikwasa for the Survivor Memories website. However, I have absolutely no idea how I can add timecodes.
For examp…
-
When I create the first player everything works fine but trying to create a second player causes an error `TypeError: Cannot redefine property: chapters` this stops a second player from being created.…
-
While destroying the player instance, the player throws an error.
To reproduce the problem, follow these steps:
1) Create a player instance first.
2) Destroy instance(`player.destroy()`) .
O…
-
I have installed the latest version of shikwasa with npm but we are currently using TS and I have seen on your roadmap that TS is something you are working on, is it possible to get early access to th…
-
Hi @jessuni
I came across one issue in my project, the buttons of the player was missing when another player destroyed.
And I found the issue is that the `icons` will only has one instance in …
-
Would love to have the ability to add small links/buttons to allow user to subscribe/share from the audio player itself using an overlay similar to other popular audio players on the market
-
Hey!
Thank you for making this incredible player. I've been searching for one that hides the file from the DOM and this one served that purpose but now I'm curious if it might be possible to also …
-
My function is declared as follow for my hexo podcast. Shikwasa is fabulous. Love the design.
```javascript
hexo.extend.tag.register('podplayer', function (args) {
return `
\
\
…
-
Is it possible to add a waveform animation for the audio player similar to other popular podcasting players ?
This would provide a great boost to the look of the player.
Thanks in advance.