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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
The mobile apps do not currently support widget URL interpolation. This is required for widgets such as tradingview (currently live on /develop and /app).
The main intent of this feature is for variables, either from the widget data object, or from the current user / room props. to be substituted in to the widget URL and passed down to the widget for rendering.
The mobile apps do not currently support widget URL interpolation. This is required for widgets such as tradingview (currently live on /develop and /app).
The main intent of this feature is for variables, either from the widget data object, or from the current user / room props. to be substituted in to the widget URL and passed down to the widget for rendering.
An example URL template looks like this (in JS):
The widget data object would be set with something like this:
And the riot-web code for URL template interpolation can be found here -
https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/components/views/rooms/AppsDrawer.js#L107-L151
Can you please look at adding this feature to the mobile apps asap. Please let me know if you need any help or further information.
The text was updated successfully, but these errors were encountered: