facebook javascript SDK: FB.Canvas.setAutoResize iFrame not working?

前端 未结 3 400
灰色年华
灰色年华 2021-02-02 01:40

we built a facebook application with ruby/rails and facebooker (iframe application) and are currently stuck with the FB.Canvas.setAutoResize which seems to fail in some cases. u

3条回答
  •  不知归路
    2021-02-02 02:33

    the solution is easy! besides putting FB.Canvas.setAutoResize()
    you have to change ur body to body style="overflow:hidden"

    it works for me! now ie8 is ok!!

提交回复
热议问题