2012-06-15 12 views
0

嗨我想擊中一個網站,顯示在半頁圖像和剩餘的半頁一個表中。在android中我使用webview。但如何在jQuery手機中做到這一點?是否有任何像android的webview的小部件?任何幫助將不勝感激。提前致謝。我現在的HTML文件是:任何類似jQuery的android的webview的小部件

<div data-role="page" id="findusPage" data-theme="e"> 

<div data-role="header"> 
    <h1>Find Us</h1> 
</div> 

<div data-role="content">  
<p> 
Apex International Hotel, Edinburgh<br/> 
31-35 Grassmarket<br/> 
Edinburgh<br/> 
EH1 2HS<br/> 
Scotland<br/> 
</p> 

<p> 
<img src="http://10.22.32.121/charts/mobilechart.asp"> 
</p> 

<p> 
<a data-role="button" id="drivingButton" data-theme="a">Get driving directions</a> 
</p> 

</div> 

<div data-role="footer"> 
    <h4>Page Footer</h4> 
</div> 

但它不顯示圖像

+0

如果我輸入任何其他圖像路徑爲「http://www.imageurlhost.com/images/00ak1o6usanngu0laxne.jpg」而不是「http://10.22.32.121/charts/mobilechart.asp」,則顯示圖像。但在我的原始URL圖像中不可見,如果我在桌面瀏覽器上點擊原始URL,則會顯示圖像 – PPD

回答

0

好吧,我得到了答案,而不是IMG標記iframe標籤解決我的問題。

相關問題