I have a portrait app that have Built-In ViewController (portrait only) with the UIWebView that opens youtube video. Upon video playback user can rotate to landscape mode. After returning from video app correctly rotates to portrait but if user starts text editing - an awkward keyboard appears. I've tried adding landscape support to all screens - it doesn't solve the problem.
Simple steps are:
- UIViewController (portrait only)
- push UIVIewController (portrait only) with UIWebView (youtube video)
- start video playback, go fullscreen, rotate landscape
- press Done go back to first viewcontroller
- activate textField
0 comments:
Post a Comment