Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.42k stars 534 forks source link

[BUG] URL Encoding in iOS app #4380

Open nikkindev opened 1 month ago

nikkindev commented 1 month ago

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 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!)