₥ia

Results 2 comments of ₥ia

``` objective-c [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleWhenPlayingInFullScreen:) name:UIWindowDidBecomeVisibleNotification object:self.view.window]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleWhenDoneButtonClick:) name:UIWindowDidBecomeHiddenNotification object:self.view.window]; ``` [RF : Detect when a webview video becomes fullscreen on ios8](http://stackoverflow.com/a/26068475/1083128)

@bagusflyer how do you play it in full screen on iPad ? by setting playsinline ?