开发者

After playing HTML5 video, status bar white space remains

开发者 https://www.devze.com 2023-02-23 04:12 出处:网络
This problem appears similar to other posts, it is not the same as any I can find. My application has \"NO\" status bar, it uses a tab bar controller and each tab has a navigation controller. There i

This problem appears similar to other posts, it is not the same as any I can find.

My application has "NO" status bar, it uses a tab bar controller and each tab has a navigation controller. There is nothing special about any of t开发者_Python百科hese controllers, all per Apple's guidelines.

When a video is selected a view is pushed onto the stack and shows information about the video and a UIWebView with HTML5 and the Video (+ViewPort) tags. The video goes full screen, if you tap the video and hit done, you return to the view without any issues.

If you rotate the device while the video is playing, then tap and select Done you are returned to the view but the 20px status bar remains as white space. No events are fired anywhere when the video quits so I have not been able to resize the view.

(just an FYI, I tried making the app use a StatusBar, the result was a chopped off view when the video quit under the same conditions)

Any ideas would be great, thanks.


This has been confirmed by Apple as a bug and will be fixed in a future release. I opened the bug with ID 9251792 if anyone needs a reference.

0

精彩评论

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