问题标签 [nativescript-plugin]

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 回答
474 浏览

geolocation - nativescript-geolocation "getCurrentLocation" 函数在 nativescript 2.5.0(IOS) 中出错

我正在开发一个 nativescript-Angular2 应用程序。我正在尝试使用 nativescript-geolocation 插件来获取用户的位置。但是当我调用“getCurrentLocation”时,它会给出错误,说“新位置比请求的最大年龄更老!”

这是我的环境信息。

nativescript 2.5.0
tns-core-modules 2.4.4
tns-android 2.5.0
tns-ios 2.5.0 nativescript-geolocation 0.0.19

这是我的代码示例。

请帮忙。

0 投票
1 回答
525 浏览

firebase - 当 singleEvent 为 true 时,NativeScript / Typescript / Firebase 插件获取和使用数据

我正在使用 NativeScript 和 Firebase 插件 (nativescript-plugin-firebase) 来帮助编写我正在开发的移动应用程序的后端。我有一个场景,我正在使用 firebase.query,然后在 SingleEvent 设置为 true 的情况下使用它(因此它不会连续监听)。

我遇到的问题是尝试访问一个或多个项目的密钥,并且能够执行 item.name、item.id 等操作。如果我使用“SingleEvent:false”,我可以获取这些数据设置,但在设置为“SingleEvent:true”时不会。我试过做一些疯狂的事情,比如 JSON.stringify 到 JSON.parse 来构建一个新的 JS 数组,但似乎我走错了路,因为应该有更简单的方法(我希望)。

回调(简化为 SO):

查询:

结果:

一旦我从一个单一事件中获得“数据”:真的,我希望能够做这样的事情:

谢谢!

0 投票
1 回答
2459 浏览

nativescript - Nativescript 单选按钮

我正在开发一个 NativeScript 应用程序。我想在我的应用程序中使用单选按钮功能。

我试图通过使用“nativescript-radiobutton”插件来实现这一点,但它在 iOS 中不支持。

是否有适用于 Android 和 iOS 平台的解决方案?

先感谢您。

0 投票
1 回答
1445 浏览

firebase - 我在哪里可以在 nativescript android 应用程序中找到 sha1 指纹?

使用 google 登录 firesbase 时出现错误

如何解决这个问题?

0 投票
1 回答
26 浏览

angular2-nativescript - 是否可以使用 Nativescript 官方插件中没有的功能或插件的第三方插件或模块?

是否可以使用 nativescript 官方插件中没有的功能的任何第三方插件。

像 angularjs 的 Angular-trix-“ http://sachinchoolur.github.io/angular-trix/

如果可能意味着我应该如何实现?

感谢您的阅读,期待阅读您的回复!

0 投票
1 回答
205 浏览

angular2-nativescript - 如何将 angular2-froala-wysiwyg npm 插件与 Nativescript Angular2 应用程序集成?

我需要在我的 Nativescript Angular2 应用程序中提供富文本编辑器 UI。

我已经搜索并获得了以下链接。是否可以将 angular2-froala-wysiwyg npm 插件与 Nativescript Angular2 应用程序集成?

提前致谢。

0 投票
1 回答
336 浏览

sass - 如何从 Nativescript 中删除 sass 插件?

我做到了tns install sass,现在我想删除它。我试过了tns plugin remove nativescript-dev-sasstns plugin remove sass没有成功!

我怎样才能摆脱它?这真的很烦我,我不想使用它。当我这样做tns plugin

但是命令tns plugin remove nativescript-dev-sass给出了这个消息:插件“nativescript-dev-sass”没有安装。

或者,当我这样做时,如何避免调用 sass 编译器tns run android

0 投票
0 回答
36 浏览

nativescript - Nativescript 轮播视图插件抛出运行时异常

我正在尝试使用 nativescript-carousel 和 nativescript-carousel-view 插件。我能够使用这两个插件成功构建平台。但是在运行时,当我尝试访问 XML 中的插件时,它们都抛出了异常:

错误:

PS:我可以在node_modules下看到已安装的插件。

0 投票
1 回答
521 浏览

nativescript - Nativescript-dom 打字稿

我是 nativescript 框架的新手,我想尝试一些东西,然后我偶然发现了这个插件,现在我不知道如何将它与 typescript 一起使用

在此处输入图像描述 这是我得到的错误。附上我的代码截图

0 投票
1 回答
49 浏览

nativescript - 在 NathaWalker angular-seed-advanced 中导入特定于移动设备的 nativescript 插件

我最近开始研究 Nativescript。我发现 NathanWalker 的 angular-seed-advanced 非常有趣。我正面临一个问题。如何在我的组件中导入特定于移动设备的 nativescript 插件,因为该组件也用于 Web 应用程序。

如果我直接在 src/client/app/components 中导入 nativescript 插件,那么 Web 应用程序将无法按预期工作。我需要知道如何安全地导入插件,以便网络应用程序和移动应用程序都能按预期工作