我正在開發一個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>
我可以鏈接到的圖像沒有後顧之憂,觸摸圖標正常工作。
有什麼建議嗎?
這只是在Xcode項目,但OP是問一個JQM web應用程序... – Leon
除非他使用PhoneGap的,但是這不是標籤也不是他的問題提到 – Leon
感謝我解決問題的答案問題是圖像dpi是 – user952396