Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
D000L opened this issue Nov 29, 2022 · 0 comments
Open

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

D000L opened this issue Nov 29, 2022 · 0 comments

Comments

@D000L
Copy link

D000L commented Nov 29, 2022

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

@D000L D000L changed the title Can i use uri-fragment ( # ) field access directly from bundle Can i use uri-fragment ( # ) field access directly from bundle? Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant