Closed yjb94 closed 1 year ago
autoplay woesn't working for android webview because mediaPlaybackRequiresUserAction is true(which means user is forced to tab before playing media).
so i managed to change it to depend on autoplay param.
and additionally removed some types that aren't supported anymore
autoplay woesn't working for android webview because mediaPlaybackRequiresUserAction is true(which means user is forced to tab before playing media).
so i managed to change it to depend on autoplay param.
and additionally removed some types that aren't supported anymore