This is my path prefix
<data android:pathPrefix="/some.html#"/>
Android does not match this path when '#' is there in prefix. But when I remove the '#' in both URL and filter, it works. Does #
have a special meaning ?
EDIT
#
is a problem even when doing using path pattern
<data android:pathPrefix="/.*/"/>
Even this does not work when you pass #
in the link but when the url does not contain #
, it works.