Closed Ant-Pinto closed 4 years ago
If you are using angular 8, try setting "@fortawesome/angular-fontawesome" version to ~0.4.0. Incase if you are using angular 9, you could use "@fortawesome/angular-fontawesome" version ^0.4.0 which is 0.6.0 (the latest as of today) but make sure to use ngx-audio-player@9.0.3.
Hope this helps.
Thanks for the info! I actually decided to just use the simple basic html audio player because I couldn't find a solution to the problem in time, but maybe this'll help someone else in the future!
Hello all!
This player is super neat and I would like to use it in a project I'm working on, but for some reason I can't get the player's icons to load. Functionality and all that is there mostly, just the icons keep being stuck on a loading animation, transitioning between a '?' and '!'. I've tried downgrading fortawesome versions & player version to no avail, same issue.
Here's what I'm talking about:
Clicking the ? ! icon will play and pause the audio, but the icons never load.
Some relevant info that might help debug:
package.json: (trimmed down to relevant packages)
Usage:
HTML -
TS - (Testing with example audio from demo)