I used to FB.Arbiter.inform(‘setSize’, { width: 760, height: 1485 }) increse the height for my facebook app.It’s working yesterday, but today is not working.If you know how to dynamically increse the height in facebook app ,give some information about this.
I used to FB.Arbiter.inform(‘setSize’, { width: 760, height: 1485 }) increse the height for
Share
In Javascript, after you setup the fixed height parameter in your application settings,
you can call
FB.Canvas.setSizeto change the page height.If your page height changes dynamically, you can run
FB.Canvas.setDoneLoadingto check if Canvas is loaded and run
FB.Canvas.setAutoGrow.FB Documentation: https://developers.facebook.com/docs/reference/javascript/FB.Canvas.setDoneLoading/