We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When selecting the "contact support" option on the change account type dialog the template text has "+" where spaces should be on some platforms.
The text contains "+" where spaces should be.
The text should not have these special characters instead of spaces etc.
This does NOT happen with the web app when having gmail inside the browser as the default mail handler.
UrlLauncherExtended seems to encode the template text as an URL which causes spaces to be changed to "+".
UrlLauncherExtended
Original issue: https://gitlab.com/codingbrain/sharezone/sharezone-app/-/issues/1404
The text was updated successfully, but these errors were encountered:
@nilsreichardt Can you add a Screenshot and write on which devices this happens?
Sorry, something went wrong.
Tested with iPhone
Issue can be closed due to #1349 allowing users to change their account type themselves.
That's correct, thanks!
No branches or pull requests
Describe the bug
When selecting the "contact support" option on the change account type dialog the template text has "+" where spaces should be on some platforms.
Steps to Reproduce
Current broken behavior
The text contains "+" where spaces should be.
Expected behavior
The text should not have these special characters instead of spaces etc.
Screenshots, videos or logs
Tested device
This does NOT happen with the web app when having gmail inside the browser as the default mail handler.
Additional context
UrlLauncherExtended
seems to encode the template text as an URL which causes spaces to be changed to "+".Original issue: https://gitlab.com/codingbrain/sharezone/sharezone-app/-/issues/1404
The text was updated successfully, but these errors were encountered: