开发者

How to catch the event the button "DONE" was pressed in a webplayer under iOS 4.3?

开发者 https://www.devze.com 2023-02-17 21:58 出处:网络
开发者_开发技巧Apple has changed the behavior of the movie player under WebView in iOS 4.3. When I touch \"DONE\" button during the playing, it just zooms out and stays on the page.
开发者_开发技巧

Apple has changed the behavior of the movie player under WebView in iOS 4.3. When I touch "DONE" button during the playing, it just zooms out and stays on the page. Previosly under iOS<=4.2 the player was closed with its own window.

the I'd like to catch this event and close the Controller or View with the player. Is it possible?

0

精彩评论

暂无评论...
验证码 换一张
取 消