@capgo/capacitor-video-player 8.1.20 → 8.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,7 +39,7 @@ import java.util.Map;
39
39
  )
40
40
  public class VideoPlayerPlugin extends Plugin {
41
41
 
42
- private final String pluginVersion = "8.1.20";
42
+ private final String pluginVersion = "8.1.21";
43
43
 
44
44
  // Permission alias constants
45
45
  private static final String PERMISSION_DENIED_ERROR = "Unable to access media videos, user denied permission request";
@@ -469,7 +469,7 @@ extension FullscreenVideoPlayer: AVPlayerViewControllerDelegate {
469
469
  func playerViewControllerShouldAutomaticallyDismissAtPictureInPictureStart(
470
470
  _ playerViewController: AVPlayerViewController
471
471
  ) -> Bool {
472
- false
472
+ true
473
473
  }
474
474
 
475
475
  func playerViewController(
@@ -8,7 +8,7 @@ import AVKit
8
8
  */
9
9
  @objc(VideoPlayerPlugin)
10
10
  public class VideoPlayerPlugin: CAPPlugin, CAPBridgedPlugin {
11
- private let pluginVersion: String = "8.1.20"
11
+ private let pluginVersion: String = "8.1.21"
12
12
  public let identifier = "VideoPlayerPlugin"
13
13
  public let jsName = "VideoPlayer"
14
14
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-video-player",
3
- "version": "8.1.20",
3
+ "version": "8.1.21",
4
4
  "description": "Capacitor plugin to play video in native player",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",