oscarimonbox
9/27/2016 - 8:25 AM

Deshabilitar el PIP (Picture In Picture) de videos o webs

Deshabilitar el PIP (Picture In Picture) de videos o webs

// visto aquí: https://developer.apple.com/library/content/documentation/WindowsViews/Conceptual/AdoptingMultitaskingOniPad/QuickStartForPictureInPicture.html
// otro: http://www.telegraph.co.uk/technology/apple/iphone/10320848/iOS-7-how-to-disable-the-most-annoying-new-features.html

webView.allowsPictureInPictureMediaPlayback = NO;