I'm trying to play embedded videos (youtube,vimeo,facebook,mp4) in a webview. I can play all except one case, youtube videos fullscreen in landscape mode. I have seen many answers on this problem but I can not find a solution to my case. I already tried put in the manifest.
android:hardwareAccelerated="true"
android:configChanges="orientation|screenSize"
and I'm using onShowCustomView()
, onHideCustomView()
from this website.
I saw a similar post with no replies. When youtube video goes to fullscreen the screen turns black and I can only hear the sound of the video.