Rytis
Rytis
I tried most of the wkwebview xhr workarounds and went with this one: https://github.com/sortdinc/cordova-plugin-wkwebview-ionic-xhr > The plugin caches cookies at the native layer between requests but it does not attempt...
Same on 7.0.22 except it doesn't work even with named exports.
You are totally right. Only the server is done in TypeScript. I was considering using Flow for client but it didn't happen.
@axemclion yes I may still switch to TypeScript if I have time. Type safety is not a huge concern in this particular client, but I'd love to see how code...
@KhasanLaudry wait for the fix #6163 to be released or do it yourself in `package.json`: ``` { ... "overrides": { "axios": { "follow-redirects": "^1.15.4" } }, } ```
In the codesandbox example above you can see the popover is offset by exactly the amount of top padding outside the container. The positioning of the popover breaks due to...
It seems the CSS rule setting the background color to none gets lost somehow. Check the styles normal vs broken state: **Normal**: **Broken**: