Skip to content Skip to sidebar Skip to footer

Android Navigation Deep Link - Ignore Query

I'm attempting to add a deep-link for a URL that has the following format: this issue where deeplinks without query parameters don't ignore query parameters.

The workaround mentioned in the bug is to include a dummy parameter:

<deepLink
    android:id="@+id/deep_link"
    android:autoVerify="true"
    app:uri="my.example.com/articles/{slug}?dummy={dummy} />

Post a Comment for "Android Navigation Deep Link - Ignore Query"