You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[success] Android looking great! 👌
[error] Xcode is not installed
Other API Details
$ npm --version
10.5.0
$ node --version
v20.12.1
Platforms Affected
iOS
Android
Web
Current Behavior
When using multipart/form-data in a POST request on Android, the values are not encoded, which is problematic when the values contain accents or emojis for example
On the web and on iOS the values are correctly encoded
This issue has been labeled as type: bug. This label is added to issues that that have been reproduced and are being tracked in our internal issue tracker.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.0
@capacitor/core: 6.1.0
@capacitor/android: 6.1.0
@capacitor/ios: 6.1.0
Installed Dependencies:
@capacitor/cli: 5.7.5
@capacitor/core: 5.7.6
@capacitor/android: 5.7.6
@capacitor/ios: 5.7.6
[success] Android looking great! 👌
[error] Xcode is not installed
Other API Details
Platforms Affected
Current Behavior
When using multipart/form-data in a POST request on Android, the values are not encoded, which is problematic when the values contain accents or emojis for example
On the web and on iOS the values are correctly encoded
Expected Behavior
Accents should be correctly encoded on Android
Project Reproduction
https://github.com/malo-malo/capacitor-android-encoding
Additional Information
I have fixed the issue for my case, and opened a merge request with my solution, so it can be used by everyone
#7525
The text was updated successfully, but these errors were encountered: