YoutubePlayer-in-WKWebView icon indicating copy to clipboard operation
YoutubePlayer-in-WKWebView copied to clipboard

no handler for button x to dismiss

Open Constantine1995 opened this issue 3 years ago • 1 comments

My issue is to dismiss the view controller when click on "X" button. Screen Shot 2021-11-27 at 13 32 39

Constantine1995 avatar Nov 27 '21 11:11 Constantine1995

For me I can get call back in this method.

AppDelegate.swift

func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {
      return self.orientationLock
    }

shahsaumil2001 avatar Jan 14 '22 01:01 shahsaumil2001