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

[Solved] Spinning wheel on iOS 8.1 devices

1 Answer 131 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
jmillar
Top achievements
Rank 1
jmillar asked on 23 Dec 2014, 01:05 PM
Hi there;

I have the following view:
<div data-role="view" data-title="Skunkworks" data-model="Calculator">
    <input style="width:9em;font-size:.9em" data-align="right" id="cboNavGradeSpec2" data-role="dropdownlist" data-bind="source:data, value:currentGradeSpec" data-text-field="gradespecname" data-value-field="gradespec"/>
    <ul data-role="listview" data-bind="source: data" data-template="template"></ul>
     
    <script type="text/x-kendo-template" id="template">
        #=gradespecname#
    </script>
</div>
This works fine in the simulator and on my physical Android devices.  When I run it on a physical iOS device running 8.1, though, all I get is the spinning wheel.  The widgets never populate with data.  Any ideas where I should look?

Thanks,
Jason

1 Answer, 1 is accepted

Sort by
0
jmillar
Top achievements
Rank 1
answered on 23 Dec 2014, 04:13 PM
Never mind -- a malformed bit of jQuery selector code was the issue.  Didn't cause any grief in the simulator or on Android but apparently iOS took exception.
Tags
Data Source
Asked by
jmillar
Top achievements
Rank 1
Answers by
jmillar
Top achievements
Rank 1
Share this question
or