Example scenario: The link <a href="mailto:me@mysite.com?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!)
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:me@mysite.com?subject=Re:%20Email's%20Subject">Reply via email</a>
is correctly parsed in the MacOS app and opens a new email window with the subjectRe: Email's Subject
but opening the same link from the iOS app opens a new email with the subjectRe:%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!)