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

Iphone Fixed Style

3 Answers 67 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 04 Apr 2012, 11:32 AM
Hi,

We're developing a kendo mobile app. I wan't to fix iphone css style always, although my login is by android or blackberr system.
How can I do it? Is there any resizing or css problem doing that?

PD: Kendo Mobile Template documentation url is off, http://www.kendoui.com/documentation/mobile/templates/overview.aspx
What's the correct link?

3 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 05 Apr 2012, 08:21 AM
Hello David,

Seems we missed to document this feature. I've already updated the documentation, though on the site it won't be available until the service pack later this month. I'm copying a shorter version here:

Force platform styles
The Application provides a way to force a specific platform look on your application upon init by
passing the OS name in the options parameter of the Application's constructor.
Example:
<script>
     new kendo.mobile.Application($(document.body), {
         platform: "ios"
     });
</script>

I've also updated your points for the find.

Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
David
Top achievements
Rank 1
answered on 10 Apr 2012, 08:17 AM
Thanks, It works perfectly.
What about kendo mobile template documentation? Url is off.
0
Petyo
Telerik team
answered on 10 Apr 2012, 04:03 PM
Hello,

Sorry for that, this is the correct link. We will fix the broken one for the upcoming release. 

Regards,
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
ListView (Mobile)
Asked by
David
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
David
Top achievements
Rank 1
Petyo
Telerik team
Share this question
or