如何在 iPhone 上启动 PhoneGap 应用程序时使加载旋转器居中

发布于 2024-11-15 23:47:59 字数 99 浏览 0 评论 0原文

在 iPhone 上,在 PhoneGap 应用程序初始化/加载期间,屏幕左上角(出现初始屏幕之前)会出现一个动画加载图标(旋转图标)。

我怎样才能让它出现在屏幕中央?

On iPhones, during the initialization/loading of a PhoneGap application, there is an animated loading icon (spinner) in the top left of the screen (before the splash screen appears).

How can I make this appear in the center of the screen?

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

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

发布评论

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

评论(1

萝莉病 2024-11-22 23:47:59

我也在寻找定制方案,并在 github 上发现了这个巨大的改进:
phonegap 启动屏幕和加载指示器

您必须下载并替换位于“ PhoneGapLib/Classes/PhoneGapDelegate.m”并按照以下步骤操作:

“这允许您将加载指示器定位到屏幕上的任意位置。您只需在 PhoneGap.plist 中指定位置即可。该条目必须命名为“ActivityIndi​​catorPosition”并且属于带有“Vertical”条目的“字典”类型“垂直”和“水平”是描述屏幕上水平和垂直位置的百分比值(例如,垂直:50 和水平:50 位于加载指示器的中心)。

这对我来说非常有效,甚至结合了带有加载指示器的启动屏幕,可在启动时节省几秒钟。

I was searching for a customization too and found this great improvement on github:
phonegap startup screen and loading indicator

You have to download and replace the file located in "PhoneGapLib/Classes/PhoneGapDelegate.m" and follow this steps:

"This allows you to position the loading indicator to an arbitrary position on the screen. You simply specifiy the position in the PhoneGap.plist. The entry must be named "ActivityIndicatorPosition" and be of type Dictionary with the entries "Vertical" and "Horizontal". Vertical and Horizontal are values in percentage that describe the horizontal and vertical position on the screen. (e.g. Vertical: 50 and Horizontal: 50 center the loading indicator)"

This perfectly worked for me and even combines the splash screen with the loading indicator, which saves some seconds on startup.

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