cordova-plugin-ionic-webview icon indicating copy to clipboard operation
cordova-plugin-ionic-webview copied to clipboard

Problem when set fullscreen mode for some video inside WebView content

Open AndreNeves97 opened this issue 2 years ago • 0 comments

Problem description

I use Ionic 1 with Cordova in a mobile app, distributed to Android and iOS.

Last week I noticed I couldn't set a video in fullscreen mode on Android. When I try to set fullscreen mode, nothing happens. But, strangely, when I move the app to the background and bring again to the foreground, the fullscreen mode was set up.

https://user-images.githubusercontent.com/16177771/220216835-428ee9c4-868e-4bd6-90ca-a46225b271d2.mp4

Environment

cordova-android: 10.1.2
ionic: v1.3.5

Gradle dependencies

androidx.webkit:webkit:1.4.0

AndreNeves97 avatar Feb 21 '23 00:02 AndreNeves97