开发者

minimum height for facebook iframe?

开发者 https://www.devze.com 2023-04-12 18:20 出处:网络
How do you set the minimum height for an app in facebook?Do I need to modify the viewport ? Here is my current viewport info:

How do you set the minimum height for an app in facebook? Do I need to modify the viewport ?

Here is my current viewport info:

<meta name="viewport" content="initial-scale=1,minimum-scale=1,maximum-scale开发者_运维问答=1,user-scalable=no" />


The default height can be set through your app dashboard (on the Facebook Developers website); setting it to 'fluid' should allow you to resize it on the fly.

I'd suggest using CSS to control the height (either of the canvas, or a containing div) in different circumstances, though from a user's perspective it would be better if you could keep the canvas height consistent throughout your app...

0

精彩评论

暂无评论...
验证码 换一张
取 消