Hello,
I want to play youtube with webview on overlay window(floating window)
I tested on android 6.0.1(on overlay window),it works well, play both video and audio.
when I test with android 4.0-4.4(on overlay window),it play audio only,video not show(show black screen)
then I put webview on activity and test with android 4.0-4.4,it can play both.
I try add SetApplicationAttribute(android:hardwareAccelerated, "true") and change webview's user agent string>> not work
this app use webview+overlay window and work well on all android version:
https://play.google.com/store/apps/details?id=com.djit.apps.stream
please suggestion me