键盘未出现,iPhone 上的 FBConnect

发布于 2024-11-30 22:19:29 字数 235 浏览 1 评论 0原文

我按照本指南在我的 iPhone 应用程序上集成 facebook:此处 但是当我单击 FConnect 并尝试插入我的用户时,psw 没有出现键盘:

在此处输入图像描述

I follow this guide to integrate facebook on my app iPhone: here
But When I click FConnect and I try to insert my user and psw didn't appear the keyboard:

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

守护在此方 2024-12-07 22:19:29

如果您有此行,请检查您的代码,这意味着您将其关闭。

textField.userInteractionEnabled = NO;

键盘类型也许您需要自己定义?

并且您可以使用 facebook 此处

pls check your code if you have this line than it means you close it.

textField.userInteractionEnabled = NO;

keyboard type maybe you need to define yourself?

and you can use the original example from facebook here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文