Open tucazinul opened 6 years ago
Btw this is the error trace:
ns-list-view: ViewReference not found for item 1. View recycling is not working Fatal JavaScript exception - application has been terminated. JavaScript stack trace: 1 createEmbeddedView@file:///app/bundle.js:1:81163 2 onItemLoading@file:///app/bundle.js:1:561489 3 notify@file:///app/bundle.js:1:504910 4 p@file:///app/bundle.js:1:1264475 5 _prepareCell@file:///app/bundle.js:1:1270846 6 tableViewHeightForRowAtIndexPath@file:///app/bundle.js:1:1266509 7 reloadData@[native code] 8 refresh@file:///app/bundle.js:1:1269311 9 valueChanged@file:///app/bundle.js:1:994550 10 set@file:///app/bundle.js:1:367127 11 set@file:///app/bundle.js:1:560128 12 Ri@file:///app/bundle.js:1:91536 13 @file:///app/bundle.js:1:102764 14 Ga@file:///app/bundle.js:1:113386 15 @file:///app/bundle.js:1:112952 16 @file:///app/bundle.js:1:1473545 17 aa@file:///app/bundle.js:1:101189 18 ya@file:///app/bundle.js:1:107921 19 ha@file:///app/bundle.js:1:107319 20 aa@file:///app/bundle.js:1:101319 21 ya@file:///app/bundle.js:1:107921 22 fa@file:///app/bundle.js:1:107584 23 aa@file:///app/bundle.js:1:101197 24 ya@file:///app/bundle.js:1:107921 25 ha@file:///app/bundle.js:1:107319 26 aa@file:///app/bundle.js:1:101319 27 ya@file:///app/bundle.js:1:107921 28 fa@file:///app/bundle.js:1:107584 29 aa@file:///app/bundle.js:1:101197 30 ya@file:///app/bundle.js:1:107921 31 fa@file:///app/bundle.js:1:107584 32 aa@file:///app/bundle.js:1:101197 33 ya@file:///app/bundle.js:1:107921 34 ha@file:///app/bundle.js:1:107319 35 aa@file:///app/bundle.js:1:101319 36 es@file:///app/bundle.js:1:117120 37 detectChanges@file:///app/bundle.js:1:82918 38 forEach@[native code] 39 tick@file:///app/bundle.js:1:45250 40 @file:///app/bundle.js:1:43591 41 onInvoke@file:///app/bundle.js:1:35501 42 run@file:///app/bundle.js:1:914536 43 next@file:///app/bundle.js:1:43573 44 @file:///app/bundle.js:1:34091 45 __tryOrUnsub@file:///app/bundle.js:1:198710 46 next@file:///app/bundle.js:1:197996 47 _next@file:///app/bundle.js:1:197039 48 next@file:///app/bundle.js:1:196711 49 next@file:///app/bundle.js:1:381657 50 emit@file:///app/bundle.js:1:33872 51 Yt@file:///app/bundle.js:1:36672 52 onHasTask@file:///app/bundle.js:1:35640 53 hasTask@file:///app/bundle.js:1:920677 54 _updateTaskCount@file:///app/bundle.js:1:921002 55 updateTaskCount@file:///app/bundle.js:1:917078 56 runTask@file:///app/bundle.js:1:915478 57 @file:///app/bundle.js:1:923137 58 promiseReactionJob@[native code] 59 UIApplicationMain@[native code] 60 m@file:///app/bundle.js:1:280271 61 bootstrapApp@file:///app/bundle.js:1:1116251 62 bootstrapModuleFactory@file:///app/bundle.js:1:1115797 63 @file:///app/bundle.js:1:1114388 64 t@file:///app/vendor.js:1:498 65 webpackJsonp@file:///app/vendor.js:1:369 66 anonymous@file:///app/bundle.js:1:98 67 evaluate@[native code] 68 moduleEvaluation@[native code] 69 @[native code] 70 promiseReactionJob@[native code] 71 require@[native code] 72 anonymous@file:///app/starter.js:2:8 73 evaluate@[native code] 74 moduleEvaluation@[native code] 75 @[native code] 76 promiseReactionJob@[native code] JavaScript error: file:///app/bundle.js:1:81163: JS ERROR TypeError: undefined is not an object (evaluating 'e.createEmbeddedView')
any news?
Hi,
I have two ListViews on different routes, to which I set iosEstimatedRowHeight = 0 and rowHeight = -1. The first time I reach those pages everything works great. The second time however (Page 1 -> Page 2 -> Page 1) it crashes with the message:
On android everything works and also on iOS if i remove the iosEstimatedRowHeight property. But I need that property to avoid scroll issues.
This is how I set the properties in the components:
The html it's kinda like this:
package.json:
Please ask for more details, I don't know what else could be useful.