I have used Rest API facebook in my code and I want to change the default keyboard of Facebook. How can I change it?
Asked
Active
Viewed 344 times
0
-
what do you mean by default keyboard? – Nick Weaver Jun 10 '11 at 09:25
-
do you mean the login screen? – Aravindhan Jun 10 '11 at 09:28
-
@Aravinhanarvi: yes i want to change keyboard appeared at time of login screen – dks1725 Jun 10 '11 at 09:34
1 Answers
1
FBConnect uses UIWebView to load the pages from web. Those form elements are not created from the code. So you can not have the access to those methods. so you cant able to change the login screen.

Aravindhan
- 15,608
- 10
- 56
- 71