Hi there;
I have the following view:
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
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>Thanks,
Jason