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

webxdc deeplinks (M3) #6219

Closed
r10s opened this issue Nov 17, 2024 · 0 comments · Fixed by #6248
Closed

webxdc deeplinks (M3) #6219

r10s opened this issue Nov 17, 2024 · 0 comments · Fixed by #6248
Labels

Comments

@r10s
Copy link
Member

r10s commented Nov 17, 2024

create an API for developer to query and work with deeplinks (deeplinks allow to open the app in a special state eg. from a notification, so that eg. a calendar can open at the correct position)

Notes:

previous discussion at #6097 and offline

@r10s r10s added the webxdc label Nov 17, 2024
@r10s r10s self-assigned this Nov 17, 2024
@r10s r10s moved this to In Progress in Webxdc PUSH M2/M3 Nov 17, 2024
@r10s r10s changed the title webxdc deeplinks webxdc deeplinks (M3) Nov 17, 2024
This was referenced Nov 19, 2024
@r10s r10s removed their assignment Nov 20, 2024
r10s added a commit that referenced this issue Nov 23, 2024
add `update.href` property option to update objects send via
`Context::send_webxdc_status_update()`.

when set together with `update.info`,
UI can implement the info message as a link that is passed to the webxdc
via `window.location.href`.
for that purpose, UI will read the link back from
`Message::get_webxdc_href()`.

Practically,
this allows e.g. an calendar.xdc
to emits clickable update messages
opening the calendar at the correct date.

closes #6219

documentation at webxdc/website#90
@github-project-automation github-project-automation bot moved this from In Progress to Done in Webxdc PUSH M2/M3 Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant