Bug #3390
Video rendered on top of OSD (Android 8)
Status: | New | Start date: | 06/28/2018 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | GLW | |||
Target version: | - | |||
Found in version: | 5.0.534 | Platform: | Android |
Description
After updating to Android Oreo (8.0) the video-playback-surface is rendered on top of the on-screen-display/subtitles/menus. It makes it impossible to navigate or watch subtitled videos.
History
#1
Updated by Dean Kasabow almost 5 years ago
The fix is to use
setZOrderMediaOverlay(true);
after
getHolder().setFormat(PixelFormat.TRANSLUCENT);
in GLWView.java
Dean