super-productivity/ios
Johannes Millan fcedc4ed05 fix(sync): add native iOS WebDAV plugin to fix broken read on iPhone
iOS WebDAV sync could write but not read data due to Capacitor's native
bridge auto-parsing responses as JSON and replacing data with error strings.
Add a native URLSession-based plugin (matching the existing Android one)
that bypasses CapacitorHttp entirely.

Fixes #6317
2026-02-02 17:15:13 +01:00
..
App fix(sync): add native iOS WebDAV plugin to fix broken read on iPhone 2026-02-02 17:15:13 +01:00
.gitignore feat(ios): add iOS platform support via Capacitor 2026-01-14 13:45:42 +01:00