Changes at "Change colors on mobile navigation bar "
Body (English)
-
+
Ref. PWA07
NOTE: this feature is from a big development. See PWA discussion at GitHub.
Is your feature request related to a problem? Please describe.
As a visitor, itād be nice if Decidim gets a better integration on mobile browsers (Android, iOS, and Window Phones).Describe the solution youād like
For doing this there are some HTML meta tags that gets used:<meta name="theme-color" content="gid://metadecidim/Decidim::Hashtag/338/4285f4">
We should also investigate with other mobile platforms and other kinds of tags. Itās important that this is also compatible with other configurations of decidim and works in Multitenant instances, so this should be set at Organization -> Appearance.
Describe alternatives youāve considered
To have a native mobile app, but thatād be too expensive to implement.Additional context
Resources:
- https://web.dev/themed-omnibox/
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color
- https://developers.google.com/web/fundamentals/design-and-ux/browser-customization
Does this issue could impact on users private data?
No, itās about colors.Acceptance criteria
- Given that Iām an administrator
When I go to Organization -> Appearance I have a new setting for theme-color and I can change it to gid://metadecidim/Decidim::Hashtag/339/56a832 - Given that Iām a visitor with a compatible browser and this color was changed
When I go to a page of this instance I can see that the color of the header of my browser is green (gid://metadecidim/Decidim::Hashtag/339/56a832)
Title (English)
- +Change colors on mobile navigation bar