I am trying to publish a Facebook post to a users publish stream via a feed dialog in an iPad App.
[_facebook dialog:@"feed" andParams:params andDelegate:self];
When I tap the area to input a message, the keyboard appears and when I tap the box "Say something about this..." the cursor appears. But when I try to type, the input doesn't go to the text field, the cursor becomes invisible and the text field seems to have lost the focus. If I press longer, I am able to write finally.
Strangely this happens only in portrait, but not in landscape. Everything is fine with the post afterwards, only that the users message is missing sometimes. Any ideas?