Facebook Developers
DocumentationSupportBlogAppsLog In

Created By
Dean Sofer
9/29, 3:32pm

Subscribers (2)

Tags
  • messages
  • javascript sdk
BugsFB.ui() fails on iPad
  • Status: Closed
  • Priority: None
  • Updated: December 8, 2011 at 1:49pm
Toggle 3 older responses
Latest response from Facebook
Eric Osgood
This bug has been in the Needs More Info state for at least 7 days. We are closing this due to inactivity, if this issue persists please create a new bug with detailed repro information
12/8, 1:49pm · Status changed to Closed
Eric Osgood
Hi, in order for us to repro and process this bug, we need additional information from you. If this is still an issue, please add more info to the bug. If we don't hear back from you in the next seven days, we will be closing this bug and feel free to reopen the bug if the issue resurfaces.
12/1, 9:47am
Eric Osgood
Hi, in order for us to repro and process this bug, we need additional information from you. If this is still an issue, please add more info to the bug. If we don't hear back from you in the next seven days, we will be closing this bug and feel free to reopen the bug if the issue resurfaces.
12/1, 9:46am
Stephen Doyle
We are having difficulty reproducing this bug and think it may have been fixed as there's been several code changes since you first reported the issue.
Please confirm if you're still experiencing the issue with the reported repro instructions, and update if necessary.
11/3, 8:45am · Status changed to Need More Info
The overlay for ipads stretches the canvas out and causes the modal to appear off-screen
2 people can reproduce this issue by following these steps
Repro
Steps to Reproduce:1. Create a facebook app
2. Load the FB api
3. Pull up your app on iPad (and potentially other mobile devices)
4. Call FB.ui() modal to send a message to a friend
??
Profit!

The following proved to be a valid solution:
#fb_dialog_ipad_overlay {
width: 600px !important;
}
Expected Behavior:The modal should appear properly centered on the page
Actual Behavior:Gray overlay is the only thing that appears, and the scrollbar gets stretched out massively (perhaps on the autoResize() only). The modal appears nowhere on the page, however when viewing the contents of the iframe in a separate window, we see that the canvas is huge and the modal is indeed centered.

    Facebook © 2012 · English (US)
    AboutCareersPlatform PoliciesPrivacy Policy