科尔多瓦选择选项崩溃iOS [iPad]

时间:2016-05-26 21:48:59

标签: javascript objective-c cordova ionic-framework cordova-plugins

在我的应用中的任何地方选择以下内容时,Cordova无法正确回应用户触摸

<select class="FlatSelect select large-input col">
   <option value="Customer Satisfaction">Customer Satisfaction</option>
   <option value="Manager Discount">Manager Discount</option>
   <option value="Competitor Coupon">Competitor Coupon</option>
   <option value="Bad Card">Bad Card</option>
   <option value="Other">Other</option>
</select>

事实上,该应用程序崩溃或无响应。以下是崩溃错误。

 *** Terminating app due to uncaught exception 'NSRangeException', reason: '-[UITableView   _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:]: row (0) beyond bounds (0) for section (0).'
*** First throw call stack:
(0x182392db0 0x1819f7f80 0x182392cf8 0x1877267b4 0x18772612c 0x187a3cdd4 0x187501374 0x1875010e8 0x18784833c 0x18779b0c8 0x1877a8a80 0x1874da5a4 0x182348728 0x1823464cc 0x1823468fc 0x182270c50 0x183b58088 0x187552088 0x100040878 0x181e0e8b8)
libc++abi.dylib: terminating with uncaught exception of type NSException

以下版本信息

Cordova 5.3.1 cordova-ios 3.9.2 ionic 1.7.14

如何解决这个问题?

0 个答案:

没有答案