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=
A little late but I hope this helps.
After your page is finished loading run this:-
yourWebView.loadUrl("javascript:(function() { document.getElementsByClassName('ytp-large-play-button ytp-button')[0].click(); })()");