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
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)
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
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
The text was updated successfully, but these errors were encountered: