I use android webview in my app for display video from youtube it\'s work well.
But i want it\'s auto play.
This is my activity i append \"?autoplay=
Do like this. Hope it helps
String html = "\n" + "\n";
From below link
In Chrome, autoplay is also disabled (https://code.google.com/p/chromium/issues/detail?id=159336) I believe the same happens with the recent versions of the default Android Web Browser.
In Chrome, autoplay is also disabled
(https://code.google.com/p/chromium/issues/detail?id=159336)
I believe the same happens with the recent versions of the default Android Web Browser.