问题标签 [ionic6]
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.
javascript - How to hide / not draw bars with 0 / null / undefined values?
How to hide values that are false ? ( 0, null or undefined)
I have tried to do something like
But it doesn't work.
I've found some similar post on SOF with no answers or working solution
Inspired on LeeLenalee answer and zhulien comment I have created a variable chartData
that I filter before passing it.
But passing the variable chartData
make a type error on data
(to copy past the object of chartData
and passing it directly does not make a type error, but the view of the graph does not load)
indexToRemove
is an array of index based on data that are to 0
angular - 试图在 ionic 6 中实现 here-map 但它给出了“403”错误,我找不到任何解决方案
我一直在尝试here-map
在Ionic 6和Angular 版本 13.0.0中实现,但我遇到了一个403
错误,所以请帮我解决它。
index.html
Home.page.ts
主页.page.html
angular - 无法在设备或模拟器上测试我的 ionic 应用程序,它给了我“无法加载模块脚本:服务器以非 JavaScript MIME 类型“”响应
我正在使用 ionic 6 和 angular 12,我正在浏览器上测试我的应用程序并且它工作正常,问题是当我尝试在模拟器或手机上测试它时。我在 chrome 上检查它,它给了我这些错误,并且在启动屏幕之后它给出了一个空白屏幕。
这是我的 index.html 文件:
这是我编译时在 www 文件夹中生成的 index.html 文件(我认为这是问题的根源):
angular - ngFor 更新时不更新 Ionic 模型中的列表,但如果模型在外部工作
所以我有以下html:
现在搜索 worldArray 时会更新。但模型内部的视图不是。如果我将搜索功能放在模型之外,那么视图会更新。那么我怎样才能使模型中的列表更新。请注意,如果我关闭模型然后重新打开它,则会显示更新的列表。
想知道我该如何解决这个问题?
谢谢
javascript - 离子选择:预选值在单击一次之前是不可见的
我刚刚在 ionic 版本 6 中创建了一个离子选择。我的问题是我已经成功地在页面加载时预先选择了一个值,但是这个预先选择的值没有显示在 UI 中?!
它只是在我单击选择之后出现,但在它不出现之前(如图 2 所示)。我在 ionViewWillEnter 方法中加载数据并使用 NgModel 预先选择它!
在这里你可以看到它:
选择的 HTML 代码
打字稿数据加载:
}
ionic-framework - 从 global.scss 访问 assets 文件夹
要从目录中的任何文件中访问资产文件夹scr/app
,我只需调用../assets/
它就可以正常工作。
但是,当我在global.scss
文件中时,我不能。它给了我一个“找不到资源”错误。我尝试过其他变体来调用目录(../../assets/
,./assets
等),但它总是失败。
我正在使用 Ionic 6