嗨,我正在使用ionic-3开发混合应用程序。我想在默认微调器的位置设置‘点’微调器,但我没有找到任何解决方案。正是我想要做的,就像下面的例子。
发布于 2019-01-04 22:56:52
闪屏微调器是原生的,离子不能做什么,你必须在你的项目中的java和swift中分别编辑android和ios平台:
platforms\ios\www\plugins\cordova-plugin-splashscreen\www
platforms\android\src\org\apache\cordova\splashscreen
你应该做的第一件事就是在你的config.xml中禁用离子微调器:
<preference name="ShowSplashScreenSpinner" value="false"/>类似的例子:Cordova splash screen change the position of the spinner?
也许有你想要的插件,但我找不到
https://stackoverflow.com/questions/54034428
复制相似问题