开发者

Problem with ShareKit twitter and UIWebView (no keyboard) [duplicate]

开发者 https://www.devze.com 2023-01-29 15:48 出处:网络
This question already has answers here: Closed 10 years ago. Possible Duplicate: Keyboard not Appearing when Tapping Text Box in UIWebView
This question already has answers here: Closed 10 years ago.

Possible Duplicate:

Keyboard not Appearing when Tapping Text Box in UIWebView

I was implementing ShareKit in my application to allow posting to twitter. However when the login field for Twitter appears, which is in a UIWebView, there is no keyboard. I have had similar issues in the past. Is there a fix/code modification I can apply to the ShareKit source to fix it so the keyboard will show? What c开发者_C百科auses it?


Most likely the keyboard is popping up behind your webview. Immediately after displaying your UIWebView, try referencing your Application Delegate as appDelegate and then call:

[appDelegate.window makeKeyAndVisible];
0

精彩评论

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