在cordova-plugin-splashscreen中更改Splash Screen Spinner的颜色 [英] Change Color of Splash Screen Spinner in cordova-plugin-splashscreen

查看:553
本文介绍了在cordova-plugin-splashscreen中更改Splash Screen Spinner的颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我即将用Ionic / Cordova完成我的第一个应用程序。



是的,它很棒,但有时我想知道为什么事情如此复杂(包括所有这些插件和东西:))



我想知道我是否可以更改Splash-Screen-Spinner的 颜色



任何想法?我在源代码中搜索:Color,Spinner .....,但我没有找到提示。



我认为这会对很多人有所帮助。



问候

解决方案

至少使用Cordova 7.0和Cordova iOS 4.4 .0,没有必要更改启动画面插件的源代码。您只需将以下行添加到 config.xml 文件中,微调器将显示为白色而不是灰色。

 < preference name =TopActivityIndi​​catorvalue =whiteLarge/> 

注意:Apache Cordova文档在涉及到时有点令人困惑旋转器。



但是,至少在iOS上,从Cordova 7.0开始,更改 TopActivityIndi​​cator 会影响应用程序打开时屏幕中间显示的微调器的外观。以下是 whiteLarge 设置的示例:





希望有所帮助。


I'm about to finish my first App with Ionic/Cordova.

YES it's GREAT, but sometimes I wonder why things are so complicated (with all those plugins and stuff :) )

I wonder if I can change the color of my Splash-Screen-Spinner.

Any Ideas? I search in die Source-Code: Color, Spinner....., but i didn't find a hint.

I think this would help so many people.

Greetings

解决方案

At least with Cordova 7.0 and Cordova iOS 4.4.0, there's no need to change the splash screen plugin's source code. You can just add the following line to your config.xml file and the spinner will appear as white instead of grey.

<preference name="TopActivityIndicator" value="whiteLarge" />

NOTE: The Apache Cordova documentation is a bit confusing when it comes to the spinner. The config.xml guide says the following about TopActivityIndicator:

Controls the appearance of the small spinning icon in the status bar that indicates significant processor activity.

I believe that statement refers to the following spinner:

However, at least on iOS as of Cordova 7.0, changing TopActivityIndicator affects the appearance of the spinner that appears in the middle of the screen while the app is opening. Here's an example of the whiteLarge setting:

Hope that helps.

这篇关于在cordova-plugin-splashscreen中更改Splash Screen Spinner的颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆