Reputation: 19
According to this
https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
Autoplay of video is only possible when they are muted.
Some quora questions which I saw were
Chrome video autoplay
Chrome 64 Mobile Android not preload and not autoplay muted videos
After doing some research I have found that in case of mobile android, for muted videos to autoplay , data saver option in chrome have to be off.
So does anybody how to autoplay video on mobile android even when
1. Data saver option on chrome is on
2. Video is unmuted
3. User has not interacted with the video
Upvotes: 1
Views: 316
Reputation: 93
If you developing android app natively you can use Exoplayer for video playback it provides a lot of benefits over default video player in android. This limitation can be easily overcome.
Upvotes: 0