Skip to content
This repository was archived by the owner on Jul 3, 2022. It is now read-only.

Releases: dpogue/cordova-plugin-webp

Release list

v2.2.0

Choose a tag to compare

@dpogue dpogue released this 02 Nov 00:22
9dcba73
  • Allow specifying cdvwebp=true in a URL to force URL interception and attempt decoding of a WebP image (#7, #8)

v2.1.0

Choose a tag to compare

@dpogue dpogue released this 13 Oct 23:26
5753131
  • Added support for data URIs (#6)
    This apparently doesn't work on iOS 10 because the protocol interceptor doesn't get called for data URIs. It's been tested and confirmed to work on iOS 8 and iOS 9.