dailymotion / dailymotion-swift-player-sdk-ios

Dailymotion Player SDK for iOS in Swift
MIT License
33 stars 15 forks source link

Cannot dismiss once I have entered Fullscreen. #30

Closed aritropaul closed 6 years ago

aritropaul commented 6 years ago

After entering Fullscreen, dragging down stops the videos, instead of resizing it. app

Code
  let parameters:[String:Any] = ["controls": 1]  
  let playerView = DMPlayerViewController(parameters: parameters)  
  addChildViewController(playerView)  
  playerView.view.frame = tableHeader.bounds  
  playerView.delegate = self  
  playerView.load(videoId: movie.VId!)  
  playerView.play()
romainbiard commented 6 years ago

Sorry but I'm not sure to understand since it looks like your behavior is happening into the native Apple player, on which we can't have any action on. Could you please send us a PR/test project to let us investigate on your issue ? thanks

romainbiard commented 6 years ago

Closed for inactivity. If you still encounter an issue, feel free to reopen it with more details