This is a migrated thread and some comments may be shown as answers.

Letterboxed mode when adding application to home screen

1 Answer 35 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nicklas
Top achievements
Rank 1
Nicklas asked on 03 May 2013, 01:54 PM
How can I override the following, so my application scales correctly on Iphone 5?
<meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">

Can I simply add the following statement to override, or do I have to pass this as some sort of parameter somewhere?
<meta name="viewport"
      content="initial-scale=1.0">
<meta name="viewport"
    content="width=320.1"/>

Regards,
Nicklas

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 03 May 2013, 03:08 PM
Hi Nicklas,

If you are using Kendo UI Mobile, you should not add any kind of meta tag, as the mobile application does that automatically. You may try pinning our mobile demos on iPhone 5 to verify that.

Greetings,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Nicklas
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or