facebook canvas height no scroll set in ie8 and firefox

后端 未结 2 1120
感情败类
感情败类 2021-01-26 12:53

hey, i want to set a long page app without fb will limit the height of my app and append scroll i did iframes& canvas and autoresize in settings and apply that code and its

相关标签:
2条回答
  • 2021-01-26 13:10

    I've tried everything you said and looked at this two links either ( CSS + FireFox: hiding scrollbar on iframe with scrolling=yes - CSS + FireFox: hiding scrollbar on iframe with scrolling=yes) that discuss the same problem, but it didn't work for me.

    What worked for me was changing the canvas settings in the section advanced of app canvas configuration ( https://developers.facebook.com/apps ) to fixed canvas width (760px) and height (fixed at 800).

    I hope this help you.

    0 讨论(0)
  • 2021-01-26 13:26

    I am actually having the same issue, it started yesterday, but i have not changed the code. Facebook having some issues maybe?

    I was using setAutoResize, but started getting the scrollbars, change to setSize (to something somewhat bigger then the content) and looks fine in firefox, but chrome still scrolls... odd but im thinking facebook problem.

    Edit: Facebook forum thread on it: http://forum.developers.facebook.net/viewtopic.php?pid=315870#p315870

    0 讨论(0)
提交回复
热议问题