iPad闪屏功能

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iPad闪屏功能相关的知识,希望对你有一定的参考价值。

Determines if splash screen is iPad or iPhone.
  1. (function () {
  2. var filename = navigator.platform === 'iPad' ?
  3. 'splash-big.png' : 'splash.png';
  4. document.write(
  5. '<link rel="apple-touch-startup-image" ' +
  6. 'href="img/' + filename + '" />' );
  7. })();

以上是关于iPad闪屏功能的主要内容,如果未能解决你的问题,请参考以下文章

通用应用程序闪屏错误

(15)Blender源码分析之闪屏窗口显示菜单功能

(15)Blender源码分析之闪屏窗口显示菜单功能

phonegap 构建 ios 闪屏

Cordova/Phonegap iPhone 闪屏错误

(20)Blender源码分析之闪屏窗口的菜单python代码draw的属性和函数对应