Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

convertFromTranslucent 私有api会导致SurfaceView黑屏 #15

Open
fupSZ opened this issue Oct 29, 2018 · 5 comments
Open

convertFromTranslucent 私有api会导致SurfaceView黑屏 #15

fupSZ opened this issue Oct 29, 2018 · 5 comments

Comments

@fupSZ
Copy link

fupSZ commented Oct 29, 2018

复现方式:
1.app中有使用 SurfaceView,例如播放器之类的;
2.右滑返回时滑到一半松手释放,界面回到原位后,播放器界面就黑屏了;

@fishforest
Copy link

我也遇到这个问题了,请问解决了吗?

@fishforest
Copy link

我也遇到这个问题了,请问解决了吗?

改用textureview绕过该问题

@yuanhoujun
Copy link
Owner

这个问题目前还没有解决的办法,建议使用Fragment代替Activity

@lixiaofei119
Copy link

您好现在这个问题有什么好的解决办法吗?setZOrderOnTop(true);可以避免黑屏可会覆盖其他控件,在使用setZOrderMediaOverlay(true);后又会出现黑屏问题

@yuanhoujun
Copy link
Owner

@lixiaofei119 暂时没有好的解决方案。建议使用Fragment代替Activity,在Fragment中使用SurfaceView。或者在这个Activity上面设置@EnableDragToClose(false)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants