airbnb / airbnb/DeepLinkDispatch

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

Open
#358 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
4.4k
Forks
414
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Research direction

Start by tracing how @WebDeepLink patterns and DeepLink.URI values are parsed into the Android Bundle, then check whether fragment fields such as {tab} are currently recognized. Done means a URI like https://doool.com/2DX#profile exposes the fragment through the requested Bundle key or documented constant, with the supported behavior verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.