Skip to content
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

[BUG] URL Encoding in iOS app #4380

Open
nikkindev opened this issue Oct 16, 2024 · 0 comments
Open

[BUG] URL Encoding in iOS app #4380

nikkindev opened this issue Oct 16, 2024 · 0 comments

Comments

@nikkindev
Copy link

The URL parsing in the iOS app does not seem to function as expected. Some info on the topic I found here

Example scenario: The link <a href="mailto:[email protected]?subject=Re:%20Email's%20Subject">Reply via email</a> is correctly parsed in the MacOS app and opens a new email window with the subject Re: Email's Subject but opening the same link from the iOS app opens a new email with the subject Re:%20Email's%20Subject

(I unfortunately don't have any experience with Swift. I would appreciate if anyone else takes the time to fix it if possible. Thanks!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants