Osei Fortune

Results 159 comments of Osei Fortune

@etabakov my cache plugin was initially done based on the [picasso lib](http://square.github.io/picasso/) then ios support was added later on I don't think it should be a problem to have both...

The v8 runtime (v7+) does not support i386 and x86 I would suggest ignoring those archs in your `build.xcconfig` or the simplest solution would be setting the platform to 11...

@rizosamuel I started adding svg support to the canvas plugin

Can't say for sure @CatchABus, it would be nice if I could reproduce it

If you want to use the latest ndk version you will also need to use the latest runtime version or at least 8.2

Upgrade to the latest runtime or you can add the following to your app.gradle ```gradle android { .. ndkVersion "22.1.7171670" ```

I also included a nice localStorage shim around both plugins

@fpaaske I have a couple Ideas how android can be improved

Oh no, I could swore the resource path was only empty for base64 images 🤔 .

Using your example I get the following logged. ```bash resource_path "https://www.rust-lang.org/logos" resource_name "rust-logo-128x128.png" is_base64 false ``` It still failed for me but after some digging I found on my end...