better-rail / app

An alternative mobile client for Israel Railways
https://better-rail.co.il
GNU Affero General Public License v3.0
150 stars 27 forks source link

Fix feedback link not working on iOS #320

Closed guytepper closed 1 year ago

guytepper commented 1 year ago

encodeURI is used to encode a full URL whereas encodeURIComponent is used for encoding a URI component such as a query string.

Source