离子成分以黑色背景显示

发布于 2025-01-15 08:58:01 字数 232 浏览 0 评论 0原文

(离子5) 我不太确定发生了什么,我正在三星 A50(Android 11,截至 2021 年 12 月 1 日的安全补丁)上测试使用 --prod 编译的测试应用程序,它工作正常,当我运行时突然一天后,离子输入、警报等组件出现黑色背景,这种情况发生在某个时刻,手机没有被触摸,它具有与往常相同的模式,我重新编译了应用程序,我不t知道会发生什么。

此外,另一个先前编译的应用程序现在具有相同的行为,黑色组件背景。

非常感谢

(Ionic 5)
I'm not quite sure what's going on, I'm testing a test app compiled with --prod on a Samsung A50 (Android 11, security patch as of 12/01/2021), it works fine, and suddenly when I run it a day later , the ion-input, alert, etc. components appear with a black background, this happened at some point, the cell phone was not touched, it has the same mode as always, I recompiled the app, I don't know what happens.

Besides, another previously compiled app NOW has the same behavior, black component background.

Thank you very much

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

2025-01-22 08:58:01

我的小米 10 也遇到了同样的问题,它似乎处于黑暗/夜间模式。我所做的是删除/注释主题文件夹下的variables.scss上的.md body{}类

,并将其更改

<meta name="color-scheme" content="light dark" /> 

<meta name="color-scheme" content="only light" /> 

公共index.html

I had this same problem with my Xiaomi 10 where it seems to be on dark/night mode. What I did was remove/comment the .md body{} class on variables.scss under theme folder

and changed

<meta name="color-scheme" content="light dark" /> 

into

<meta name="color-scheme" content="only light" /> 

in public index.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文