1

我正在開發一個jQuery的移動應用程序,我試圖加載啓動畫面,併爲我的生活不能解決爲什麼它不加載。iPhone啓動畫面不加載

這裏是我的代碼

 <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> 
      <link rel="apple-touch-icon" href="http://maps.mappingsa.com.au:81/DestinationRiverland/images/icon.png"> 
       <meta name="apple-mobile-web-app-capable" content="yes"> 
        <meta name="apple-mobile-web-app-status-bar-style" content="black"> 
         <link rel="apple-touch-startup-image" href="http://maps.mappingsa.com.au:81/DestinationRiverland/images/splash.png"> 

          <title>Dest River</title> 

我可以鏈接到的圖像沒有後顧之憂,觸摸圖標正常工作。

有什麼建議嗎?

回答

1

你只需要有根據你的iPhone或iPad的像素尺寸的png文件,併爲該文件 的名稱爲Default.png它的工作原理

0

另一個比爲Default.png另一種方式是通過簡單的拖放並將PNG文件放到您的目標設置下的下列框中。請注意,必須是正確的尺寸,1024x768的橫向和768x1024的縱向。

enter image description here

+0

這只是在Xcode項目,但OP是問一個JQM web應用程序... – Leon

+0

除非他使用PhoneGap的,但是這不是標籤也不是他的問題提到 – Leon

+0

感謝我解決問題的答案問題是圖像dpi是 – user952396