Bug #3390

Video rendered on top of OSD (Android 8)

Added by Dean Kasabow almost 5 years ago. Updated almost 5 years ago.

Status:NewStart date:06/28/2018
Priority:NormalDue date:
Assignee:Andreas Smas% 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

Also available in: Atom PDF