-
Notifications
You must be signed in to change notification settings - Fork 726
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
Configure link to define custom homeserver/identity server automatically from https://app.element.io/mobile_guide/
does not work (mobile.element.io
)
#5748
Comments
we should be capturing this url 🤔 https://github.com/vector-im/element-android/blob/develop/vector/src/main/AndroidManifest.xml#L210
|
mobile.element.io
)https://app.element.io/mobile_guide/
does not work (mobile.element.io
)
@ouchadam to check if this has been completed already |
I can confirm mobile.element.io deeplink were fixed with #6036 |
@ouchadam This still does not work for me (same as issue description), Element Android 1.4.16 |
@ouchadam I don't think the intent is registered at all for me. Element doesn't have any links in its open by default settings. Chrome doesn't have any open by default settings.
|
ah it looks like we're hitting the web intent change in android 12 https://developer.android.com/about/versions/12/behavior-changes-all#web-intent-resolution we'll need element.io to host a |
Hello. As someone not familiar with open source, can you clue me in on the timeline where this deep-link functionality will work on Android? Would love to deploy Element for our organization, and giving users a link that pre-fills the home server is going to be a must (the users are low-tech) I don't mean this to sound demanding, just wondering if someone can decipher the activity here and let me know if an ETA to release is known. Thank you |
@davidrtlt The PR to fix this, #6225, is currently waiting on a change to |
@MadLittleMods thanks for the insight. Do you know if there is a workaround, or another way, to getting the home server prefilled for new users? |
@davidrtlt You can setup
It's the first time that I'm looking at it or knowing about it so I don't have more details than those docs. For example, I don't know if Element Android supports it. |
@MadLittleMods I really appreciate you pointing me in this direction. I will try this out. Have a wonderful weekend. |
…nks.json`) (#1431) Add Android asset links to support app intents (opening `app.element.io` will open the Android app when installed): `/.well-known/assetlinks.json` Fix https://github.com/matrix-org/matrix-ansible-private/issues/5223 which unblocks element-hq/element-android#6225 to solve element-hq/element-android#5748
Can you give an ETA for when this will be fixed? Currently only element.io is serving the assetlinks.json file. However, for deep linking to work correctly, at least the following domains must also serve the file:
Other URLs that are registered but not verified by the Element Android app:
This is a showstopper for our userbase, as autoconfiguration via link/qr code is a huge relief for less tech-savvy users. |
Steps to reproduce
With Element Android installed on the sign in screen.
mobile.element.io
and pressing "Try again" does nothingOutcome
What did you expect?
The Android app opens with the custom homeserver and identity server filled in
What happened instead?
Just redirects to https://mobile.element.io/?hs_url=https%3A%2F%2Fmatrix-client.matrix.org%2F&is_url=https%3A%2F%2Fvector.im%2F which tells me to update my app (which is already the latest) and try again which also does nothing.
Your phone model
Pixel 4a
Operating system version
Android 12
Application version and app store
Element version 1.4.11
Homeserver
matrix.org
Will you send logs?
No
The text was updated successfully, but these errors were encountered: