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" />
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…