NativeScript / nativescript-marketplace-demo

NativeScript kitchen sink demo. All of NativeScript’s functionality in one app.
http://www.nativescript.org
Apache License 2.0
325 stars 97 forks source link

The selection example crashes on iOS #267

Closed vchimev closed 7 years ago

vchimev commented 7 years ago

The selection example crashes on iOS - version under test: 3.0.0.367.

Error:

default 13:34:29.432822 +0300   QSF file:///app/tns_modules/nativescript-telerik-ui-pro/listview/listview.js:301:65: JS ERROR TypeError: undefined is not an object (evaluating 'owner._realizedCells.get(cell.tag).view')

Steps:

- swipe left on the first item
- swipe right on the first item
- tap on "Favorites"

Other:

  "name": "nativescript-telerik-ui-pro",
  "version": "2.0.0-2017.5.9.1",
vchimev commented 7 years ago

Fixed by: https://github.com/telerik/nativescript-ui/pull/872.