1.webview不设置webviewclient
<activity
android:name=".Catch"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="aizheke"
android:host="fuck" />
</intent-filter>
</activity>
2.设置webviewcient,重写onshouldoverriding onpagestart等。
注意: 设置webviewcient后会使intent-filter无法捕获
posted on 2012-06-19 16:40
汪杰 阅读(327)
评论(0) 编辑 收藏 引用 所属分类:
Java