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

iOS and upgrade issue

10 Answers 92 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Craig
Top achievements
Rank 1
Craig asked on 12 Feb 2014, 10:12 PM
I just upgraded my application from  v2013.3.1119 to v2013.3.1324.

I am using flat so I upgraded two files: "kendo.mobile.min.js" and "kendo.mobile.flat.min.css"

Now when I use the AppBuilder emulator in iPhone or iPhone 5 mode the footer is cut off by 20 pixels (displayed too low)
However when I deploy to the device the footer is 20 pixels too high (displayed too high and the header does not contain the 20 pixel padding in the header)

Is there some other file that needs updating?

10 Answers, 1 is accepted

Sort by
0
Craig
Top achievements
Rank 1
answered on 12 Feb 2014, 10:54 PM
I just set statusBarStyle Application option as "black-translucent" when initializing it and it did fix the problem on deploy- so main issue fixed.

However still an issue in the emulator - which I can live, but not ideal.   (See screenshot)
0
Kiril Nikolov
Telerik team
answered on 13 Feb 2014, 11:43 AM
Hello Craig,

Could you please extract a runnable sample where this issue can be reproduced, so we can take a look at?

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Craig
Top achievements
Rank 1
answered on 13 Feb 2014, 12:44 PM
I am using AppBuilder can you access it that way? I don't want the rest of the world to download it. Application name is Donation Assistant.
0
Kiril Nikolov
Telerik team
answered on 14 Feb 2014, 02:07 PM
Hello Craig,

I have downloaded your project and deployed it on a device using the latest build (that will be released today) and removed the black-translucent options and the app was behaving as expected. Please download the latest internal build and change the js and css Kendo UI files in your application and give it a try.

Please let me know if the problem is still there.

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Craig
Top achievements
Rank 1
answered on 14 Feb 2014, 03:05 PM
Ok thank you. Probably won't be able to try until Monday.
0
Kiril Nikolov
Telerik team
answered on 14 Feb 2014, 03:52 PM
Hi Craig,

Thank you very much for your cooperation.

I am looking forward your reply.

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Michael
Top achievements
Rank 1
answered on 19 Feb 2014, 09:32 PM
I have this same issue. My navigation footer is half obscured below the screen on the simulator. Runs fine on devices, but the simulator is faulty.
0
Michael
Top achievements
Rank 1
answered on 19 Feb 2014, 09:33 PM
To be clear, this was a consequence of upgrading the keno files to: Kendo UI Mobile v2013.3.1414.

There was no such error before that.
0
Craig
Top achievements
Rank 1
answered on 19 Feb 2014, 10:22 PM
Ya the latest release (v2013.3.1414 ) it still an issue in the emulator!

I tried to removing statusBarStyle: "black-translucent" but that did not help the emultor so for now I left it in.

Michael - are you setting the bar style in app init?
0
Kiril Nikolov
Telerik team
answered on 20 Feb 2014, 11:54 AM
Hello Guys,

After further debugging it looks like an issue with the AppBuilder simulator. The screen.availHeight returns incorrect screen size. Kendo UI uses this size to resize the app based on the device dimensions, this is why it works correctly on device (screen size is reported correctly) and not in simulator.

Regards,
Kiril Nikolov
Telerik
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
Craig
Top achievements
Rank 1
Answers by
Craig
Top achievements
Rank 1
Kiril Nikolov
Telerik team
Michael
Top achievements
Rank 1
Share this question
or