Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在没有参数的情况下调用了 setSize,但它不起作用。
FB.Canvas.setSize();
7 月 18 日,不工作 7 月 17 日,工作
我在网上搜索了很多人都有这个问题。但大多数修复都与带参数的调用有关,即 FB.Canvas.setSize({width height});
如果setSize只适用于你的参数,你可以使用 jQuery 来确定你的身体的当前大小(html 身体,你知道我的意思......):
setSize
FB.Canvas.setSize({ $(document.body).width(), $(document.body).height() });