-
Notifications
You must be signed in to change notification settings - Fork 292
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
https://app.wire.com should allow mobile browsers #217
Comments
This is a deliberate design decision as the current Wire UI design is not aimed at small screen and really frustrating to use there. Currently we are very restrictive what we allow to access in order not raise any expectations on other clients. |
Hi Gregor, thanks for the clarification! I'll file a separate enhancement request for the UI design limitation for different form factors. Best Regards. |
Hi @gregor, It would be a great usability improvement if the Blocking mechanism is changed to be driven by the actual minimum screen width/height constraints of the UI rather than the user agent being a mobile device. With current behaviour all Mobile devices are being banned ignoring the fact that the device could be a tablet with enough screen space or (in my case) an convergent device that could have either a native normal size display or a temporary attached external display with more than enough space for the wire-webapp client. Best Regards. |
@fdelapuente Sure. But with the current way we essentially control the environment and have a much smaller test matrix. For a technically advanced user like you knowing that something is not supported but might work is ok. For an average user we will get lots of customer service complaints and bad reviews if we allow these untested setups to access the app. We will certainly consider your input. But currently a change is not planned. |
Thanks for your request, we don't have it planned at the moment so closing this issue. On a side note, you can open an issue for general comments (not related to any client / specific repository) here: https://github.com/wireapp/wire |
Hi,
In my Phone with I cannot use the wire-webapp. I think my browser's user agent is rejected just for being a mobile browser. See link to the suspected culprit code[1]
If you want to enforce the usage of the native apps on mobile devices, the code should make sure the device being rejected is using one of the natively supported platforms. Mine is not (Ubuntu Touch OS).
Users running Not-So-Popular Mobile OS will really appreciate your support on this.
Thanks!
[1]
wire-webapp/aws/main.py
Line 74 in 7ccb9a0
The text was updated successfully, but these errors were encountered: