HTML5打开本地app应用的方法
建站知识 2021-07-02 23:00www.168986.cn长沙网站建设
本文为大家分享了HTML5打开本地app应用的方法,具体内容如下
为了保证能够打开你的app,你必须要在androidManifest.xml中配置的filter中data的属性表述。<data android:pathprefix="/taoge/open" android:scheme="xttblog"></data> androidManifest.xml代码如下
XML/HTML Code复制内容到剪贴板
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android./apk/res/android"
- package=".taoge"
- android:versionCode="2"
- android:versionName="3.24.03" >
- <uses-sdk
- android:minSdkVersion="8"
- android:targetSdkVersion="17" />
- <application
- android:allowBackup="true"
- android:configChanges="orientation|screenSize"
- android:icon="@drawable/logo"
- android:label="@string/app_name"
- android:logo="@drawable/logo"
- android:sharedUserId="android.uid.system"
- android:theme="@android:style/Theme.Light.NoTitleBar" >
- <activity
- android:name="xttblog.WeleActivity"
- android:excludeFromRecents="true"
- android:screenOrientation="portrait"
- android:theme="@android:style/Theme.Light.NoTitleBar" >
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.BROWSABLE" />
- <category android:name="android.intent.category.DEFAULT" />
- <data android:pathPrefix="/taoge/open"
- android:scheme="xttblog" />
- </intent-filter>
- </activity>
- <activity
- android:name="xttblog.AntRepairActivity"
- android:label="@string/title_activity_ant_repair" >
- </activity>
- </application>
- </manifest>
,你要在你的网页中访问xttblog://taoge/open。可以使用的元素有很多,如script,iframe,img等。使用它们的src属性,访问xttblog://taoge/open。html5代码如下
XML/HTML Code复制内容到剪贴板
- <!DOCTYPE HTML>
- <html>
- <script>
- function openapp(){
- document.getElementById('xttblog').innerHTML='<iframe src="xttblog://taoge/open"></iframe>';
- }
- </script>
- <body>
- <div style="display:none;" id="xttblog"></div>
- <input type="button" value="打开app" onclick="openapp();">
- </body>
- </html>
以上就是本文的全部内容,希望对大家的学习有所帮助。
长沙网站设计
- 如何自己建一个网站 自己想建个网站,怎么建
- 如何制作网站免费建站 创建网站免费注册
- html简单网页代码 html简单网页代码超链接
- dreamweaver网页制作 dreamweaver网页制作模板
- 上海网站建设 上海网站建设制作微信
- 如何制作网站和网页 如何制作一个网页
- html网页制作代码大全 端午节html网页制作代码大
- app开发公司 app开发公司前十名
- html网页制作 html网页制作文字居中
- app制作一个需要多少钱 请人制作一个app多少钱
- 成都网站制作 成都网站制作维护
- 百度建一个网站多少钱 百度做个公司网站要多少
- html+css网页制作成品 web网页制作成品css+javascrip
- html网页制作案例 html网页设计案例
- html+css网页制作成品 web网页制作成品css+javascrip
- 个人网站模板 个人网站模板HTML