Is there any way of muting video on mobile devices only. I need to use the autoplay option but on mobile this will only work when the video is muted but i don’t want this on the desktop version
Asked
Active
Viewed 133 times
0
-
I presume you are using android but that could be wrong. You do have to edit your question to specify the technologies used i.e. android, windows, linux java e.t.c. – unlockme Feb 27 '18 at 09:02
-
1you could follow specific detection as outlined here - https://stackoverflow.com/questions/11381673/detecting-a-mobile-browser - or have a test that checks if the video is playing after (say) .25s and if not then mutes it and tries again – Offbeatmammal Feb 27 '18 at 09:07