From 48e45da26001c7107196648b32f336959b4df8d8 Mon Sep 17 00:00:00 2001 From: mikbrigh <133037666+mikbrigh@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:18:57 -0700 Subject: [PATCH] fix: set pipController delegate to fix broken iOS PiP callback functions by --- ios/AmazonIvsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/AmazonIvsView.swift b/ios/AmazonIvsView.swift index 580d767..933bd65 100644 --- a/ios/AmazonIvsView.swift +++ b/ios/AmazonIvsView.swift @@ -520,7 +520,7 @@ class AmazonIvsView: UIView, IVSPlayer.Delegate { self.pipController = pipController pipController.canStartPictureInPictureAutomaticallyFromInline = self.pipEnabled - + pipController.delegate = self } } @available(iOS 15, *)