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

Kendo ScrollView shown as a blank page until i change the OS version on Simulator

1 Answer 53 Views
AppBuilder in-browser 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.
Nikolay
Top achievements
Rank 2
Nikolay asked on 26 Jan 2013, 11:33 AM
Hi guys, 

I have this frustrating issue while working with Icenium Mist. I have a simple mobile app, in which i have a Gallery page implemented using a carousel, or Kendo ScrollView (i have them both just in case). In the browser, everything works fine, but once i run the app in a simulator all i get from this page is a blank screen. If i change the simulator OS version to lets say 4.1 for Android and then switch it back to 4.2 everything looks great, but on a real device it doesn`t work at all. I recorded a video of this situation: http://screencast.com/t/VRv8PWOXsz . 
And here is the source of my page (most of it copy/paste from a KendoUI Mobile demo):
 http://pastebin.com/pCDdfqhm 

Can you please tell me what am i missing? I can send you the app itself if needed...

1 Answer, 1 is accepted

Sort by
0
Kristian D. Dimitrov
Telerik team
answered on 28 Jan 2013, 01:07 PM
Hi Nikolay,

In the video you navigate to the page from another Kendo view and I guess still initialize the app in the second page.

Leave one app initialization at index page for example and only put view content on the other pages no need for script or css links there.

var app = new kendo.mobile.Application(document.body);

More information on how to build Kendo UI Mobile apps here. Regards,
Kristian D. Dimitrov
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
AppBuilder in-browser client
Asked by
Nikolay
Top achievements
Rank 2
Answers by
Kristian D. Dimitrov
Telerik team
Share this question
or