首頁 > web前端 > H5教程 > 主體

HTML5開啟本機app應用的方法_html5教學技巧

WBOY
發布: 2016-05-16 15:51:51
原創
1433 人瀏覽過

本文為大家分享了HTML5開啟本地app應用程式的方法,具體內容如下

首先為了確保能夠打開你的app,你必須要在androidManifest.xml中配置的filter中data的屬性表述。 androidManifest.xml程式碼如下:

XML/HTML Code複製內容到剪貼簿
  1. xml 版本="1.0"  編碼="utf-8"?> >
  2. 清單 xmlns:android=xmlns:android== ://schemas.android.com/apk/res/android"  
  3.     套件="com.taoge"    
  4. android:versionCode="2"  "2"  
  5.     
  6. android:版本名稱="3.24.03""3.24.03"   
  7.     使用-sdk  
  8.         android:minSdkVersion=        android:targetSdkVersion
  9. =
  10. >       申請           
  11. android:allowBackup=         android:configChanges
  12. =         android:icon="@draw /logo"
  13.         android:label="@string/app_name"="@string/app_name"=
  14.         android:logo="@dable/logo"=
  15. "@d
  16.         android:sharedUserId=         
  17. android:主題
  18. ="@android 🎜>>           
  19. 活性               android:name=
  20. "xttblog.W             android:excludeFromRecents=true>             android:screenOrientation
  21. =
  22.             Sharp 🎜>>               意圖過濾器>                
  23. 操作操作操作
  24. 操作" android .intent.action.MAIN" />                 ‧ 🎜>" android .intent.category.LAUNCHER" />  
  25.             意圖過濾器>意圖過濾器>            意圖過濾器>                
  26. 操作
  27. 操作操作
  28. 操作" android .intent.action.VIEW" />  
  29.               ‧ 🎜>" android .intent.category.BROWSABLE"
  30.  />                 ‧ 🎜>" android .intent.category.DEFAULT" />                   
  31. 資料資料資料資料" / taoge/open"                       
  32. android:scheme/>               意圖過濾器>意圖過濾器>        
  33. 活性
  34. > 🎜>>          
  35. 活性  
  36.             android:name="xttblog.AntRep.
  37.             android:label="@string/title> 🎜>            
  38. activity> 🎜>>      
  39. application>     
  40. manifest>  

其次,你要在你的網頁中造訪xttblog://taoge/open。可以使用的元素很多,如:script,iframe,img等。使用它們的src屬性,訪問xttblog://taoge/open。 html5程式碼如下:

XML/HTML Code複製內容到剪貼簿
  1. HTML>  
  2. html>  
  3. script>  
  4.  function openapp(){   
  5.   document.getElementById('xttblog').innerHTML='';   
  6.  }   
  7. script>  
  8. body>  
  9.  div style=disstyle=disstyle=dis id="xttblog">
  10. div>    input type=type== 🎜> value=
  11. "開啟app"
  12.  "openapp();">  
  13. body>  

html>   以上就是本文的全部內容,希望對大家的學習有所幫助。
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板