Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have followed the Android SDK sample and integrated the code as per instructions and it is working fine. But in some devices the title at top of dialog is cropped. This problem is happening in Motorola Milestone, Android Firmware version 2.1 update1. How to solve this problem?

enter image description here

share|improve this question

1 Answer

I work at Facebook and this might potentially be a bug. Is this native SSO auth dialog or the webview popup dialog?

There is currently a pull request pending on our github repo regarding the webview popup dialog and when the keyboard is displayed. It might be the same issue you're describing here. I would try merging his commit into your local copy of your Facebook Android SDK and see if it fixes your issue.

share|improve this answer
the fbdialog update taken from given github repo isn't solve my problem.This update solved the keypad issue only.I have used webview dialog only. – ADIT Aug 22 '12 at 13:55
Thanks for the clarification. I would advise opening a bug report on developers.facebook.com/bugs with all the details so we can take a look at this. – Jesse Chen Aug 22 '12 at 18:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.