You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
I want use fragment field ( # ) access directly from bundle
current can access like this.
but i want access at bundle
like this
do have a support plans?
if already supported it please tell me how to use
Thanks
The text was updated successfully, but these errors were encountered: