问题标签 [ionic2]

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

typescript - 在 Ionic2 应用程序中覆盖 ExceptionHandler

我正在开发一个 Ionic v2 应用程序,并试图从 angular2 实现这个ExceptionHandler 。

由于 Ionic2 不需要开发人员显式调用bootstrap它似乎暂时没有办法实现这一点。有没有人在 Ionic v2 中实现自定义 ExceptionHandler 取得任何成功?

这是我的尝试,但它无法加载应用程序,页面上没有任何异常。

0 投票
2 回答
4103 浏览

firebase - Firebase: INVALID_TOKEN: Failed to validate MAC

I get this error when trying to authenticate via Google using custom JWT tokens generated with Flask-restful and firebase-token-generator-python library. In short:

ref.authWithCustomToken(authData)

Error message:

INVALID_TOKEN: Failed to validate MAC.

I am using Angular 2.0.0-beta.2 / Ionic 2. The app is being tested on an android device using cordova-plugin-googleplus (with necessary credentials in Google Developer Console). I have recently enabled Cross-domain requests on nginx server. I can't find any documentation related to this error on Firebase or SO.

Any ideas?

0 投票
4 回答
6192 浏览

ionic-framework - ionic 2 警报在网页上不起作用

当设备没有相机时,我想在 Ionic2 上发出警报。

当我启动时:离子服务

然后我尝试显示如下消息:

我有一个 javascript 错误

在此处输入图像描述

0 投票
1 回答
410 浏览

ionic-framework - ionic 2 应用程序中的不同侧边菜单

我想根据用户登录在 ionic 2 应用程序中有不同的侧边菜单。当用户以 customer 身份登录时,我想显示一个带有客户功能的侧菜单。当用户以管理员身份登录时,我将显示不同的侧菜单。

我正在使用 Ionic 2 侧边菜单模板

任何帮助将非常感激。

0 投票
1 回答
313 浏览

android - 如何使用相同的 angular 2 网站创建 Ionic 2 android 应用程序?

大家好,我有一个关于 ionic 2 和 angular 2 的问题

我可以将 angular2 网站转换为具有相同组件、相同界面和相同代码的 ionic 2 android 应用程序吗?

请帮忙?

0 投票
6 回答
3240 浏览

node.js - Ionic2 安装后的 Ionic 安装

我尝试安装 Ionic2 没有成功,所以我决定回到 Ionic,但在此过程中出现了问题,我无法重新安装 ionic 和 cordova。

之后sudo npm install -g cordova ionic,我尝试运行ionic并得到:

我的版本是:

0 投票
1 回答
412 浏览

ionic2 - ionic2 中的 ionic.config.js 是如何工作的

我需要详细了解ionic.config.js文件 (in ionic2) 是如何工作的。我可以用 Grunt 代替ionic.config.js吗?

0 投票
1 回答
838 浏览

angularjs - 将 angular 插件添加到 ionic 2 / angular 2 项目中

在过去两周学习 Ionic 1 之后,我正在学习 Ionic 2。在我学习 Ionic 1 的那几周里,我制作了一个带有日历和插件的应用程序。我在 www/lib 文件夹中编写了日历插件的代码。

但是现在 Ionic 2 的文件结构不同了,有人知道我必须将 *.js 和 *.css 文件放入该日历插件的位置吗?

0 投票
2 回答
2325 浏览

typescript - Setting up Ionic 2 Cordova Camera Plugin

We are trying to run the onDeviceReady function and console.log will not print out

0 投票
2 回答
585 浏览

components - Ionic2 自定义组件中的参数未显示

我正在尝试构建一个简单的组件,只是一个打印参数但未显示参数的 div:

测试.html

测试.ts

我的组件.ts

结果:

不显示文字

我无法弄清楚我错过了什么。