问题标签 [nativescript-angular]

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 投票
0 回答
406 浏览

nativescript-angular - 如果图像链接错误,如何在 nativescript 中使用 angular 设置本地图像

如果图像链接错误,如何在 nativescript 中使用 angular 设置本地图像

它在 downloadBitmap 中显示错误 - java.io.FileNotFoundException: https://app.krishnabhavanfoods.in/get_image/5b168010a237740652193d06

如果图像 src 错误,我如何设置默认本地图像。

0 投票
1 回答
191 浏览

angular - Nativescripts, params['id'] 未定义

我的代码有问题,所以,我需要显示我的项目的详细信息,这些详细信息是从我的 ws 中获得的。我在 ws ID 中发帖,然后 ws 将详细信息返回给我。我试过这段代码:

服务.ts

我的参数结果:console.log('params',params) //正确显示 id

我的完整错误:

你能问我,我params在这段代码中使用正确吗?

我在网络应用程序中使用的这段代码效果很好。请问我有什么想法,如何解决这个问题。谢谢你。

0 投票
1 回答
123 浏览

nativescript - Nativescript RadAutoCompleteTextView 禁用过滤建议

有什么办法可以禁用过滤建议?因为我真的很想显示从我的 REST API 返回的所有数据。不管用户类型是什么。

0 投票
2 回答
300 浏览

nativescript - 无法读取未定义的属性“播放器”

我正在开发一个 angular+nativescript 应用程序。我想在其中嵌入一些来自 Youtube 和 Dailymotion 的视频。我发现只有一个插件可以做到这一点:

https://github.com/triniwiz/nativescript-youtubeplayer

我遵循了确切的文档,但仍然收到错误:

0 投票
0 回答
558 浏览

android - 缺少资源 ID 的图像:res://sample

图像的一切都很好,直到我tns platform clean android在尝试解决另一个问题时执行,现在它没有使用 res:// 加载任何图像,我尝试将其用作源的<Image></Image>图像会给出图像丢失的错误。

JS: Missing Image with resourceID: res://sample

虽然我检查了 res 文件夹中的图像。你能告诉我为什么会这样吗?

0 投票
1 回答
366 浏览

amazon-web-services - 在 AWS Appsync 中手动设置当前用户凭证

我将 Nativescript 与 AWS Amplify 一起使用以登录到 AWS AppSync。

Amplify 存储的会话在应用刷新后被清除。Auth.currentSession()应用刷新后我没有得到任何用户。

但是,我存储来自登录的 jwt,并且可以通过在标头中传递它来手动访问端点。我想用它来让 Amplify 相信用户已登录以在应用程序的其他部分使用它。

有没有办法手动设置凭据以使用 Amplify 的所有功能?

以及如何处理成功登录?如何在成功登录后模拟行为以手动设置当前会话凭据?

0 投票
1 回答
36 浏览

nativescript - NativeScript 手势状态名称对应编号

我想在我的 nativescript-angular 应用程序中使用手势。当我记录这个时:

args.state给我数字(1,2,3),但在文档中他们提到的名称,例如:开始取消。每个号码对应的名称是什么?

0 投票
1 回答
674 浏览

nativescript - 无法解析 nativescript ui 组件

tns --版本:4.1.0

tns 创建演示 --ng

为 nativescript-webpack 更新 package.json

./node_modules/.bin/update-ns-webpack --configs

tns 构建 android --bundle

出现很多错误,如下:

../node_modules/tns-core-modules/bundle-entry-points.js 中的错误模块未找到:错误:无法解析“ui/button”

0 投票
1 回答
101 浏览

nativescript - Nativescript chart how to show bar graph with negative values

I want my bar graph to always start at zero and go up if positive and down if negative. But the bar starts at the minimum range and goes up. How do I make my bars on my graph start at zero and pivot up or down depending if the value is positive or negative?

Here is my code:

expired and cancelled serials have negative values.

0 投票
0 回答
636 浏览

nativescript - *ngIf 在 ios nativescript-angular 中不起作用

在基于*ngif条件的页脚中,我正在更改页脚图标...它在android中完美运行,但在ios中却没有

..在此处输入图像描述

在此处输入图像描述