ChromeShell is meant to be for testing so some UI bugs are supposed to be expected. Can you reproduce this with official Chrome that ships on the play store?
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Following Min’s suggestion, it works for ChromeShell now.
Thank you so much to Min and all.
William
From: qin...@google.com [mailto:qin...@google.com]
On Behalf Of Min Qin
Sent: Tuesday, January 06, 2015 11:25 AM
To: ava...@chromium.org
Cc: Xie, William; Aurimas Liutikas; chromi...@chromium.org; trc...@chromium.org
Subject: Re: [chromium-dev] Exit fullscreen issue on Android
In official chrome build, FullscreenManager.setPersistentFullscreenMode() will remove the video view when exiting the fullscreen video.
However, for content shell and chrome shell, FullscreenManager is not created, so the videoview will not be destroyed.
We need to remove the surfaceview somewhere in ChromeShellTab when toggleFullscreenModeForTab is called.
Min
The issues I met before was fixed by https://codereview.chromium.org/833363002/
Please make sure your browser is newer than this CL.
Are your issue reproducible on other product like Nexus?
Thanks
William
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
Are you using android_webview or system_webview?
Which browser are you using?
Is it a bug?
William
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Please see the video youtube.mp4.The webview is built by myself base on android system webview 48.0.2531.0. I also test the other Android SystemWebview from site(http://www.apkmirror.com/?s=webview&post_type=apps_post),all can reproduce this on my phone.It is normal to exit fullscreen with pressing the back key,but it is not OK to click the exit_fullscreen_button. I found the VideoLayer's parent layer's position is incorrect,but I can't find anymore.
Would you please file a bug at crbug.com with reproduce steps?