问题标签 [ionic4]

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

ionic-framework - Ionic CLI V4 看起来这个项目中没有安装 @ionic/v1-toolkit

将 Ionic CLI 更新到 4 后,我尝试运行的每个命令都不起作用。

例如:

我收到这样的错误:

然后我尝试按照他们的要求安装软件包:

但我得到以下错误作为回报:

如何解决这个问题?

0 投票
1 回答
1429 浏览

angular - remove default dialog in select ionic 4

I'm new to ionic and working on Ionic 4. I want to open a Modal page on a select tag. But currently, it opens a default dialog with blank values and Cancels/OK buttons. I want to remove this dialog and just show a Modal. To open a Modal I used (click) option in HTML. But how to remove this default dialog? I found this link which shows how to change function but I did not understand how to implement in mine.

0 投票
2 回答
9397 浏览

css - 离子4改变输入颜色

我试图简单地更改文本/密码输入的颜色。不幸的是,能够改变的一切都隐藏在后面,#shadow-root所以我的 CSS 无法触及它。

我试着简单地写:

但它当然看不到阴影领域内的任何东西。HTML 的布局如下:

控制输入​​颜色的 css 没有使用我可以在其他任何地方更改的变量

但我无法覆盖这些。我觉得我需要在根目录下做点什么,但我还不知道 CSS 变量。

Ionic 4 中是否有任何方法可以更改输入文本颜色?

0 投票
0 回答
124 浏览

ionic-framework - 在ionic 4中的代码中获取选项卡信息

我从 ion-tabs 项目开始,我添加了一个按钮来获取当前选项卡信息(这显然是我需要做的简化版本)。在 Ionic3 中,这已经足够了

然后在我的点击按钮中

就是这样 - 我有信息。现在在 ionic 4 中,完全相同的代码会引发异常:

怎么了?如何获取代码中的选项卡信息?

谢谢,尤瓦尔

0 投票
5 回答
3075 浏览

css - Ionic 4:透明标题

我想让我的标题背景颜色透明。我的HTML如下:

account.page.html

account.page.scss

这使得背景颜色为白色,而不是透明。我还尝试background: transparent通过 Chrome Inspector 对每个元素进行设置。但我只是得到white

任何帮助如何实现这一目标?

0 投票
1 回答
555 浏览

angular - Ionic POST:本机 HTTP 返回 ERROR null



我正在尝试使用 Ionic 在 iOS 上制作一个简单的应用程序。 该应用程序包含一个简单的按钮,可以使用函数login(username, password)

向位于我的服务器上的我的 servlet 发出 POST 请求。 起初我认为这是服务器端的问题,所以我尝试通过 POSTMAN 软件进行 POST。 结果很完美,响应是 JSON。 但是当我尝试在我的 iPhone 上执行此操作时,本机 http 组件会引发一个错误,其中所有值都为空。 所以我认为这与我的打字稿代码有关,你能帮帮我吗? 我的打字稿代码:







我的 Servlet CORS:

http 组件返回的内容:


提前感谢您的帮助。

0 投票
1 回答
914 浏览

node.js - 运行 Ionic 4 时找不到模块 node-sass

我对 node-sass 有一个大问题。我已经安装了 Ionic 4 并做了我的“离子服务”,但编译过程失败了。我遇到了以下问题:

“模块构建失败:错误:找不到模块'node-sass'”我尝试了很多,但我无法在我的 node_module 下安装 node-sass 文件夹。我在 [here] 发现了一个带有 node-sass 错误的通知。但没有什么对我有用。我试图卸载 node-sass,但这也失败了。

我的每个 Ionic Project Start 都有同样的错误。我在 Ionic V3 也有这个。但要知道修复这个错误是不可能的。

希望有人可以帮助我。

0 投票
1 回答
1671 浏览

ionic-framework - Ionic 4:如何在全球范围内导入 mixins,而不必在特定文件中导入它们?

我正在升级到 Ionic 4。如何在全局范围内导入 mixin,并且必须在每个使用 mixin 的 sass 中导入文件?我试过编辑angular.jsonglobal.scssvariables.scss没有运气。

它应该使用行将导入添加到全局@import "./mixins";。我尝试将其添加为第一行和最后一行。

0 投票
3 回答
17311 浏览

css - Ionic 4: Style input placeholder

I'm trying to style the placeholder of my Ionic 4 application.The HTML looks as follows:

If tried out Ionic 2.x solutions yet it did not work out.

I've figured out that if you set a color in ion-item it styles the entire text of the input field

when using the pseudo class :placeholder-shown or the pseudo element ::placeholder on ion-input though the styling shows no effect.

What am I doing wrong? Is there even a possibility in Ionic 4 to style input placeholder ?

Edit:

Stackblitz to fork with Ionic 4 and Angular 6

0 投票
2 回答
5402 浏览

ionic-framework - 如何更改 ionic 4 中活动选项卡的颜色?

我正在尝试更改 ionic 4 中选定选项卡的颜色,但我遇到了一些挑战。我正在使用标签模板。我尝试对其进行编辑chrome://inspect并且它可以工作,但是当我为 android 构建时它没有任何效果。

我需要改变什么?