-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
I am attaching the circle visualizer to an existing player that has a streaming mp3 as its source.
The visualization is appearing perfectly on Google Chrome and Firefox (both on macOS), but it fails to render on desktop (Version 13.0.3 (15608.3.10.1.4)) or iOS (13.3) Safari and there are no error messages logged.
Please let me know if there is any other info I can provide.
Code sample:
<av-circle
ref-link="player"
:canv-width="500"
:canv-height="500"
:line-width="0.5"
:radius="125"
:rotate-graph="true"
:progress="false"
:bar-color="['#f7ac46', '#f7c532']"
:bar-width="4"
v-show="isPlaying"
/>
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed