You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The click triggered against the play/pause button is triggering a refresh on the page.
Possibly because the element receiving the event is an svg, which simply bubbles up to the parent <a/> element.
For reference, I'm trying on this page: https://tunein.com/radioalphafm/
In my tests, this click worked:
The click triggered against the play/pause button is triggering a refresh on the page.
Possibly because the element receiving the event is an svg, which simply bubbles up to the parent
<a/>
element.For reference, I'm trying on this page: https://tunein.com/radioalphafm/
In my tests, this click worked:
Triggering the event this way forces the refresh:
The text was updated successfully, but these errors were encountered: