English 中文(简体)
网站 阴 screen检查延迟
原标题:iPhone Web App splash screen delay

我建造了一个网吧,并采取了所有步骤,使其像一个本土的 app子一样: app、防止滚动、防止选择、使用感触法等。 然而,我有很强的一段时间,有闪电。

我已审判了320x460个全国过渡政府和东帝汶独立党,并附有一份明确档案。 闪电图像确实出现,但只是在用白色屏幕进行发射后几秒。 因此,实际上,透闪电屏幕显示,在信号发射之前只有一小部分显示。

我可以指出,为什么立即装上大火。 我知道,这份清单是因为它没有互联网连接而装满的。 我在前面读过,大火在人力部准备就绪之前就显示了这一点,因此我猜想这个问题,但我不知道如何解决这一问题。

问题回答

你们是否用开端链接插入?

<link rel="apple-touch-startup-image" href="startup-graphic.png" />

我还发现,有时,当我对我的台式镜子做了改动时,我不得不完全拆除在屋顶上的链接,并在一些内容得到适当更新之前再次添加这一链接,即便是在更新了海滩与红.之后。

If you re using Sencha Touch I found the problem to be related to that. To try and work out the screen size they have added 2 massive 500ms delays. This adds an extra second to the load time.

我已设法将时间缩短到一个Pi。 我不敢确定法典如何运作,而是为我工作。

if (Ext.is.iOS && Ext.is.Phone) {
    Ext.Viewport.init = function(fn, scope) {
        var me = this,
            stretchSize = Math.max(window.innerHeight, window.innerWidth) * 2,
            body = Ext.getBody();

        me.updateOrientation();

        this.initialHeight = window.innerHeight;
        this.initialOrientation = this.orientation;

        body.setHeight(stretchSize);

        Ext.defer(function() {
            me.scrollToTop();
            if (fn) {
                fn.apply(scope || window);
            }
            me.updateBodySize();
        }, 50);
    };
}

守则首先检查了我们重新掌握的手法。 因此,我只改动了“i”的功能。 我没有机会使用任何其他仪器进行检测。

我确实认为,即便能做得更好。 例如,单单单在Peit,我们确切知道屏幕的高度。

现在情况就是如此。

希望这一帮助。

这将在你的网络应用中添加一个波段。 下面是你需要IPad和PiPod Touch的体积,也包括地位禁区。

iPad 地貌——1024×748

<link rel="apple-touch-startup-image" sizes="1024x748" href="img/splash-screen-1024x748.png" />

iPad肖像——768×1004

<link rel="apple-touch-startup-image" sizes="768x1004" href="img/splash-screen-768x1004.png" />

(标准解决)

<link rel="apple-touch-startup-image" href="img/splash-screen-320x460.png" />

• 640×960 pixels(Retina显示高分辨率)

<link rel="apple-touch-startup-image" sizes="640x960" href="img/splash-screen-640x960.png" />

如果建立iPad兼容性网络,则建议使用地貌景观和肖像大小。

www.un.org/Depts/DGACM/index_spanish.htm 此外,你需要清除你的切身,并重新命名档案(例如,图像,png到新的_image.png),以便该装置将装上新的[正确]形象。 它不会第一次显示你发射网络信号,甚至可能不是第二次,这取决于你是否有足够的时间把所有必要的档案输入装置的记忆。





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签