android youtube player OpenYouTubeActivity fullscreen is not working on Android 4.3 and later

StackOverflow https://stackoverflow.com/questions/23356328

문제

m using the android youtube player OpenYouTubeActivity, i'm using the svn source code, not the jar file provided in the project. But it seems that this activity is not working after the 4.3 android releases. the video is shown half of the full screen, but everything else works fine. THis issue is already logged on the issues list on the project site.

Anybody has any clue, whats happening? Any solution is greatly appreciated.

도움이 되었습니까?

해결책

Its always best to use the jars, because you get the latest compiled code and its easy for the maintainers to maintain versions. But I think on the code branch the fix here is to decompile the jar using an open source decompiler like http://jd.benow.ca/ and then copy the code as is. Then you can see where the changes have been made.

DISCLAIMER

Please follow the licensing as the original wants it. I think its as per Apache, so make sure to include appropriate licensing information and credits and follow licensing laws.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top