WebView android中出现错误:ERR_UNKNOWN_URL_SCHEME

时间:2018-08-31 06:30:35

标签: android webview android-webview

enter image description here

enter image description here

  <activity android:name=".main.activity.PaymentWebViewActivity"
        android:screenOrientation="portrait"
        android:theme="@style/AppTheme.NoActionBar"
        >
        <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="myapp" android:host="path" />
        </intent-filter>
    </activity>

我将url重定向到android中的webview。收到此错误后,我应该在Android清单文件中写些什么来解决此错误?

1 个答案:

答案 0 :(得分:0)

关于清单,您希望您捕获myapp网址方案,但似乎您收到了co.psk.f50f方案。不匹配。