eternagame / eterna-mobile

Eterna mobile app
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Fix puzzle load failure when query strings includes spaces #90

Closed luxaritas closed 2 years ago

luxaritas commented 2 years ago

This is technically a bug with cordova-plugin-ios-xhr, but using proper URL encoding fixes it (and URLSearchParams is cleaner anyways)

Resolves #87 and #88