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

View under statusbar after Icenium 1.9

4 Answers 20 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Aren
Top achievements
Rank 1
Aren asked on 01 Nov 2013, 09:15 PM
After updating today to Icenium 1.9, my page views are half way under the statusbar on the top.
(see the attached picture)

How can I solve this issue?

4 Answers, 1 is accepted

Sort by
0
Aren
Top achievements
Rank 1
answered on 03 Nov 2013, 12:39 PM
The answer above, from Paul, is not the solution for this problem.

After rebuilding my complete Kendo mobile project, Build a new empty Kendo mobile project and copy all the customized fills back in, the App came back to live again.

Is there not a kind op udpdate from version x to version y solution available.....

There is still a problem on the real iPhone5 device. The status bar on the top is still showing aldo I switched him completely off in the settings.

On the simulator it works ok.

Any idea's to solve this issue?



0
Paul
Top achievements
Rank 1
answered on 03 Nov 2013, 12:50 PM
The fact that you created a new Kendo mobile project and say that sorted it for you means pretty much my answer is the solution to the problem as by creating a new kendo project it automatically adds this bit to it.
var os = kendo.support.mobileOS,
var   statusBarStyle = os.ios && os.flatVersion >= 700 ? "black-translucent" : "black";

Then on your deviceready function add the statusBarStyle option 
app.application = new kendo.mobile.Application(document.body, { layout: "tabstrip-layout" , statusBarStyle: statusBarStyle});

Also the plugin works too but as plugins do not work in the simulator it looks like it hasn't worked. On the actual device though it does.
0
Steve
Telerik team
answered on 04 Nov 2013, 02:53 PM
Hi guys,

Paul is correct, the updated Kendo UI template in Icenium already contains the fix to this iOS 7 change. For all others that do not use Kendo UI in their projects, we recommend manually adjusting the status bar margin as described in this blog or use this custom Cordova plugin.

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.
Tags
General Discussion
Asked by
Aren
Top achievements
Rank 1
Answers by
Paul
Top achievements
Rank 1
Aren
Top achievements
Rank 1
Steve
Telerik team
Share this question
or