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

iOS Theme?

11 Answers 112 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Per
Top achievements
Rank 1
Per asked on 22 Sep 2013, 05:51 PM
Hi
I just got the upgraded version of Graphite and want to try out the new iOS 7 theme but I can't find any information on how to select it for my app. Do I just change the theme parameter or do I need to change the version of mobile ui aswell?

Do you have a code example?

regards
Per

11 Answers, 1 is accepted

Sort by
0
Jan-Dirk
Top achievements
Rank 1
answered on 22 Sep 2013, 07:52 PM
Are you using the Kendo UI framework, then do it like this:

app : new kendo.mobile.Application(document.body, {
            ios : true,
            majorVersion : 5,
            minorVersion : "0.0",
            flatVersion : "500",
            skin: "flat"
        })

or you can do it programmatically if you want to make it switchable:

APP.app.skin("flat");   // APP.app.skin(""); for default
0
Stefan Dobrev
Telerik team
answered on 23 Sep 2013, 03:15 PM
Hi Per,

iOS 7 theme has been added in the Q2 2013 Service Pack release of Kendo UI Mobile, which is not yet included in the latest version of Icenium. We will included it the next version of Icenium. Till then you can go to Kendo UI site, download the library from there and update it in your project.

Regards,
Stefan Dobrev
Telerik

Big news for mobile app and .NET developers! Hear about it at our Release Keynote. Thursday, September 26th, 11AM EDT
Do you enjoy Icenium? Vote for it in Windows IT Pro Community Choice Awards as Best Cloud Computing Product or Service (Category 5).
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Jan-Dirk
Top achievements
Rank 1
answered on 23 Sep 2013, 04:28 PM
Let's hope the theme builder will be updated by then too.
0
Per
Top achievements
Rank 1
answered on 23 Sep 2013, 09:07 PM
Hi

Am I still able to download the library even though I only have icenium license?
If so, can you please provide a link?

Thanks
//Per
0
Stefan Dobrev
Telerik team
answered on 25 Sep 2013, 11:29 AM
Hi Per,

There is a download link in the blog post I have linked to. If you have an Icenium license this covers your usage of Kendo UI Mobile in the context of Icenium. 

@JD Theme builder will be updated to include the iOS 7 and flat skins. Stay tuned.

 

Regards,
Stefan Dobrev
Telerik

Big news for mobile app and .NET developers! Hear about it at our Release Keynote. Thursday, September 26th, 11AM EDT
Do you enjoy Icenium? Vote for it in Windows IT Pro Community Choice Awards as Best Cloud Computing Product or Service (Category 5).
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Per
Top achievements
Rank 1
answered on 02 Oct 2013, 04:58 PM
Hi!

I downloaded both kendo UI Mobile and Kendo UI Datawiz but I can't find the files:

kendo.dataviz.mobile.min.js
kendo.dataviz.mobile.min.css

... in any of the packages.

Can I download theese from somewhere else?

Regards,
Per
0
Steve
Telerik team
answered on 03 Oct 2013, 03:24 PM
Hello Per,

Indeed there are no such libraries in the Kendo UI DataViz distribution, as those libraries are a custom build for Icenium. However the iOS 7 theme support is only for Kendo UI Mobile, so upgrading DataViz is not necessary. If you have hit a critical bug in Kendo UI DataViz, then you might use the kendo.all.min.js file or tailor a custom build yourself that contains Kendo UI Mobile and DataViz by using the custom downloader.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Abdul Hannan
Top achievements
Rank 1
answered on 02 Dec 2013, 01:34 PM
Hello,
I am using Kendo Mobile theme builder to customize the theme. However , CSS generated using Theme Builder has no affect when we set {platform:ios7} in application constructor. How can I customize ios7 theme ?
0
Kiril Nikolov
Telerik team
answered on 04 Dec 2013, 08:07 AM
Hello Abdul,

The ThemeBuilder is not yet updated to support iOS7. It will be updated soon, so stay tuned.

Regards,
Kiril Nikolov
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
jaime.sepulvedag
Top achievements
Rank 1
answered on 27 Dec 2013, 04:24 PM
Hi, in ios7, You know how to change the background color on a UIPicker Control (options the dropdown select control in html)?
Thanks
0
Kaloyan
Telerik team
answered on 30 Dec 2013, 03:20 PM
Hi jaime.sepulvedag,

Please, check if the answers in this thread are suitable for your scenario.

Regards,
Kaloyan
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
AppBuilder Windows client
Asked by
Per
Top achievements
Rank 1
Answers by
Jan-Dirk
Top achievements
Rank 1
Stefan Dobrev
Telerik team
Per
Top achievements
Rank 1
Steve
Telerik team
Abdul Hannan
Top achievements
Rank 1
Kiril Nikolov
Telerik team
jaime.sepulvedag
Top achievements
Rank 1
Kaloyan
Telerik team
Share this question
or