capacitor icon indicating copy to clipboard operation
capacitor copied to clipboard

fix(ios): remove percent-encoding of cookie values in CapacitorCookies

Open michaelwolz opened this issue 1 month ago • 0 comments

Remove the percent-encoding of cookie values in CapacitorCookies plugin implementation on iOS and therefore make it behave the same as on Android.

Fixes: https://github.com/ionic-team/capacitor/issues/8248

Working example can be found here (build locally with non published packages): https://github.com/michaelwolz/capacitor-cookies/tree/working-version

Screenshot

ios-working

michaelwolz avatar Nov 19 '25 15:11 michaelwolz