以编程方式更改应用程序磁贴背景颜色

Change the App Tile Background Color Programmatically

我正在开发一个应用程序。我希望我的 deployed/installed 应用程序的磁贴与用户的背景颜色同步。这个问题有一些答案(here, here)说我做不到。但其他应用程序如何实现这一目标?喜欢这些应用程序。

我试图在 VS 上为背景颜色字段留空,但是当我这样做时出现错误。

欢迎任何想法和评论。谢谢。

将磁贴背景颜色设置为 transparent。然后它将自动使用用户在 Windows.

中选择的强调色

Andrew Bares 的回答解决了这个问题。此答案适用于 Ionic Framework Cordova 项目。只需将此行添加到 windows.

的平台块下的 config.xml
<preference name="BackgroundColor" value="transparent" />