Skip to content

Can i use uri-fragment ( # ) field access directly from bundle? #358

Open
@D000L

Description

@D000L

I want use fragment field ( # ) access directly from bundle

current can access like this.

Uri(bundle.getString(DeepLink.URI)).fragment

but i want access at bundle
like this

https://doool.com/2DX#profile
->
@WebDeepLink("/{id}#{tab}")

bundle.getString("tab")
or
bundle.getString(DeepLink.FRAGMENT)

do have a support plans?
if already supported it please tell me how to use

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions