Florian Guillaumin
Florian Guillaumin
Hello On a TLS connection, it uses a lot of memory. In my sample program, I have about 30ko available before connecting, and only 2ko when the connection is established....
# Bug Report I believe it is the same issue as #22682 and #22757, with reproduction instruction. **Ionic version:** [ ] **4.x** [x] **5.x** **Current behavior:** On a login form...
**Describe the bug** When showBackground is called, the webview is set to white. The webview backgroundColor can be set in `capacitor.config.js` with a custom color. showBackground should revert to the...
Hello 👋 Thanks for this plugin. I have a use-case where the project name contains encoded characters `food&good`. In my config.xml, the `&` is encoded as `&` -> `food&good` Cordova...
Hello 👋 I tried using this library with serialized items containing binary strings and it failed. My serialized string looks like this: ``` a:1:{s:10:\"\x9d\x18\x87\xe9\x05\x00\x00\x00\x0b_\";s:50:\"8:2:S:I:C:v:H:F:H:F:F:U:A940016A:02A555AA:AAAAAA80\";} ``` With php's unserialize, it does...
I noticed that files located in `cordova.file.cacheDirectory` in Android cannot be previewed with the method `previewPath`. The error is `Failed to find configured root that contains /[...]`. I updated the...