-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Deep links don't give a mobile guide #16283
Comments
Hmm, I guess I am forgetting some of the history of why we're skipping the mobile guide for deep links and 3PID invites, but it's clearly an intentional choice as part of #7378. |
Appears that the decision in 2018 was to show a room preview when the page is loaded on mobile web. Now, the question is whether this preview can also include a mobile guide - a banner which says "if you have the element app installed click to open this room in the app". Options:
|
@benparsons @jryans I think the rationale in #7378 to show unstyled/non-responsive rooms in the mobile browser is a little short sighted. Some things that spring to mind for the right solution would be:
In an ideal world we'd have all of the above, but @benparsons I know you're looking for something in the immediate term. For your use case, I wonder if we can shortcut this by using matrix.to links instead of deep links to an element web instance? Might be easier to chat in a room so will ping you somewhere sane. |
After chatting with @ara4n today, we're thinking for deep links to rooms generally, matrix.to links with an additional parameter that suggests a specific Element Web deployment (which would need to be added to matrix.to) would be ideal here. There's a separate problem of 3PID invites. For those, I think it makes sense to complete them in Element Web (which is what already happens), but then have a banner once you're inside (logged in) that nudges you toward the mobile guide. |
@bwindels is going to work on support to suggest specific client instances in matrix.to. I will work on adding some kind of banner to suggest mobile once you are inside. |
This adds an optional toast which Element deployments can enable to nudge users towards the mobile apps once they are inside the app. Part of element-hq/element-web#16283
The mobile guide toast has merged to develop, and can be enabled with |
I believe the matrix.to side of this has been resolved by @bwindels, so I believe we're all done here. |
see matrix-org/conference-bot#27
The text was updated successfully, but these errors were encountered: