Topic-icon canvas size window set up

Support Specialist
13 years 10 months ago #24977 by alzander
Replied by alzander on topic canvas size window set up
In your Facebook App, it looks like the Height is set to 1300 or 680px, I can't tell. However, the scrollbars are being disabled by Facebook, which is an indication that the height isn't set to "fluid". If the height is fluid, the scrollbars should appear.

Let me know if that's not the case!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 10 months ago #24992 by alejandro_quin
Hi

function FB.Canvas.setSize(690); is working fine ,thanks , just need scrollbars inside Iframe window

I read below articles
developers.facebook.com/docs/reference/j.../FB.Canvas.scrollTo/
stackoverflow.com/questions/8329382/is-t...tion-in-facebook-api

Looks like by using FB.Canvas.scrollTo can fixed, but i dont know how to implement, can you help me


Actual config

app facebooksettings width and height are fluid
JFBconnect height is automatic resize( previously replaced autogrow by setSize at 690px height)
The topic has been locked.
Active Subscriptions:

None
13 years 10 months ago #25074 by alejandro_quin
Hi Alzander
Any news?

Regards
The topic has been locked.
Support Specialist
13 years 10 months ago #25079 by alzander
Replied by alzander on topic canvas size window set up
Alejandro,
Sorry for the delay. We've done a bit of testing, and can't replicate the problem you're having. When we set our Canvas to a Fluid height, Facebook sets the "scrollbars" setting on the iFrame it uses to 'yes'. When that is 'yes', the scrollbars will show if the content is larger than the display area.

On your Application, the iFrame scrollbars setting is 'no'. I'm not sure why that's happening to your application, but we're trying to determine the cause.

I may try to setup our demo application in that manner to show you that it can work with JFBConnect, but even that, that won't explain why. Please verify your settings, or even try different ones. Also note that in browsers like Chrome, the scrollbars won't actually appear. You will be able to scroll, but the bars are actually hidden until the user starts scrolling within the frame.

Hope that helps, but let us know if not,
Alex
The topic has been locked.