iphone - MPMoviePlayerController fullscreen lockup -


i have strange bug regarding mpmovieplayercontroller. if reverse pinch gesture, (move 2 touch locations apart), while video playing (landscape), video switches portrait mode, broadcasts mpmovieplayerwillenterfullscreennotification , mpmovieplayerdidenterfullscreennotification, , stuck.

no touches seems registered after point , video 'stuck' playing until has finished. upon relaunching mpmovieplayercontroller, video fails , presented black screen.

i have tried forcing video leave fullscreen mode received mpmovieplayerwillenterfullscreennotification without luck.

i have tried implement uipinchgesturerecognizer on player's view, unable capture gestures...

have tried changing controlstyle property mpmoviecontrolstylenone?


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -