Mikis Wöhrmann
Mikis Wöhrmann
For me adding the Accept-Language header manually to the request via `.header('Accept-Language', 'en-US')` seems to be a temporary workaround. The full call for me would be: `const response = await...
We are experiencing this issue on Android 15 after the "Android System WebView" has been updated to version 139. (Latest Ionic 8 and Capacitor 7) When comparing the value of...
> > A temporary workaround is making use of the capacitor provided android config `adjustMarginsForEdgeToEdge` to set the spacing on the native level instead of inside the web app. >...