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
This is supported by the rust widget driver and element call (Just tested it using the tauri widget wrapper)
widget_settings.generate_webview_url(&room, props)
// or kt
generateWebviewUrl(...)
Is where we can pass the theme as a string in props. So this could either be that android is passing null here or a more verbose string (only dark and light work currently (and i think their high contrast versions)).
Looking through the android code most of the things are hooked up so this probably needs someone debugging what is actually passed into generateWebviewUrl.
Your use case
What would you like to do?
Theming from Element X native App Setting
Why would you like to do it?
We have light / dark Theme
How would you like to achieve it?
Have you considered any alternatives?
No response
Additional context
No response
Are you willing to provide a PR?
No
The text was updated successfully, but these errors were encountered: