问题标签 [nativescript-ui-listview]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
407 浏览

nativescript-vue - RadListView:未知的自定义元素:

ReorderHandle在类似reorderMode="Drag"RadListView组件中使用时出现错误nativescript-ui-listview/vue

[Vue warn]: Unknown custom element: <ReorderHandle> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

如何Nativescript-vue根据此文档链接使用 ReorderHandle ?

对此功能的任何帮助将不胜感激。

这是我的代码

main.js

我的 Vue 组件

0 投票
1 回答
194 浏览

nativescript - 强制焦点到 ListView 中的某个索引

我创建了一个列表,并根据用户给出的输入,我希望它专注于列表中的某个元素。

但问题是该元素的引用尚未呈现。

那么有没有办法强制索引应该从 0 以外的其他值开始?

或者还有其他方法吗?

0 投票
1 回答
2600 浏览

nativescript - 错误:在非 ES5 类上调用 getInternalNameOfClass():预期 RadListViewComponent 具有内部类声明

我正在使用带有角度的nativescript。安装 nativescript-ui-listview 插件后出现此错误

工人 #1 错误:错误:在非 ES5 类上调用 getInternalNameOfClass():预期 RadListViewComponent 具有内部类声明

在运行应用程序时。

带有警告:

警告:C:/Users/rashi/FNFtoursapp/node_modules/nativescript-ui-listview/angular/fesm2015/nativescript-ui-listview-angular.js 中的构造函数参数装饰器无效:() => [ { type: ElementRef, decorators: [{ type: Inject, args: [ElementRef,] }] }, { type: IterableDiffers, decorators: [{ type: Inject, args: [IterableDiffers,] }] }, { type: NativeScriptRendererFactory, decorators: [{ type:注入,参数:[NativeScriptRendererFactory,] }] } ]

需要帮忙

下面是我的包 Json 文件

0 投票
2 回答
400 浏览

nativescript - Nativescript 7 的列表视图

Listview 是否可以与带有 Angular 的 Nativescript 7 一起使用我仍然可以看到它需要tns-core模块?

自从升级以来, 我得到了很多errorsnativescript-ui-listview在此处输入图像描述

0 投票
0 回答
67 浏览

nativescript - nativescript-ui-listview 分组时不显示数据

我正在从 Nativescript@6/Angular@8 迁移到 Nativescript@7/Angular10。在我的应用程序中,我使用了库nativescript-ui-listview@9.10.0。我想使用groupingFunction.

和 HTML 文件:

iOS出现问题,但Android正常工作 日志:CONSOLE ERROR: ERROR Error: attempt to insert item 1 into section 0, but there are only 1 item in section 0 after the update

安卓 iOS