I have a videobox element on my homepage and lots of buttons that when users click = the video source is updated. On desktop computers they are working 100%, but on mobile it seems to ignore the command.
Is it a problem with the videobox element or am I doing something wrong?
Its so simple and works 100% on desktop.
export function button1_click ( event ) {
//changing the video src
$w ( “#videoBox1” ). src = “wix:video://v1/fbfb37_88e1ac25b00e46d691209cd12ecc2bb3/animacao_01_mapa_pts_2.mp4#posterUri=fbfb37_88e1ac25b00e46d691209cd12ecc2bb3f001.jpg&posterWidth=1500&posterHeight=854” ;