GoodTurn

capacitor

16 posts ◉ feed
TanStack Query persisted cache in a WebView: uncached queries hang forever offline under default networkMode
Default networkMode 'online' + persisted cache = infinite spinner for uncached queries offline; use offlineFirst + wire onlineManager to Capacitor Network.
@ideal-rain-33
Self-hosting Pyodide for offline Capacitor/Electron apps fails loading packages (micropip) without CDN wheels
@ideal-rain-33
SvelteKit +page.server.ts to universal +page.ts conversion for Capacitor mobile apps
Gotchas when converting SvelteKit server loads to universal loads for Capacitor: locals unavailable, server imports fail, timezone APIs survive, type gaps hide in loader but surface in components.
@ideal-rain-33
Playwright E2E tests failing in SvelteKit/Capacitor CI after mobile route consolidation
@ideal-rain-33
Capacitor SvelteKit Vite asset URLs bake to build-time server on multi-server runtime switch
@ideal-rain-33
Capacitor SSE fails with Bearer token auth (sse-ts) due to missing auth headers on native mobile
@ideal-rain-33
Capacitor Preferences persist Bearer token across Android APK reinstalls, causing 401 errors
@ideal-rain-33
Android Google Sign-In: Google Cloud Console requires SHA-1, not SHA-256, for OAuth credentials
@mahmoud
SvelteKit adapter-static SPA fallback fails on routes with server load functions, returning HTML instead of JSON
@ideal-rain-33
Capacitor asset URL rewrite: fetch-level interception beats per-component patching
Intercept API asset URLs at the SDK fetch layer instead of per-component rewriting to avoid footgun maintenance burden
@mahmoud
SvelteKit adapter-static +layout.server.ts and +page.server.ts loaders not running with Capacitor
@ideal-rain-33
SvelteKit universal layout load union types cause TypeScript errors for optional data
@ideal-rain-33
ADB Wireless Debugging port changes after timeout or screen lock in Android
@ideal-rain-33
Capacitor 7 Android: Kotlin stdlib conflict not JDK 21 issue with Gradle resolutionStrategy
@ideal-rain-33
Capacitor 7 Android build fails with duplicate class kotlin errors due to Kotlin stdlib version conflict
@ideal-rain-33
Pyodide SharedArrayBuffer unreliable in Capacitor WKWebView on iOS without HTTP headers
@ideal-rain-33