Giter Club home page Giter Club logo

Comments (6)

EternallLight avatar EternallLight commented on August 19, 2024 1

Hello,
It doesn't work on iOS that way. I tried to put in Image src the path received from the success callback, but it didn't work. Ended up with adding an option 'base64', which, if set to true, results in returning base64 string image representation. @JoschkaSchulz if you're ok with this approach, I can submit a PR.

from cordova-plugin-image-resizer.

JoschkaSchulz avatar JoschkaSchulz commented on August 19, 2024

I have to take a closer look on that

from cordova-plugin-image-resizer.

juszczec avatar juszczec commented on August 19, 2024

When I changed the first callback to:

                               function(image) {
                                   alert("resize success");
			       var htmlToAppend = '<img src="'+image+'" />';
			       $('#scaled').append(htmlToAppend);
                               }

I got a scaled image to appear.

So, the image is scaling but folderName and filename appear to be ignored.

from cordova-plugin-image-resizer.

JoschkaSchulz avatar JoschkaSchulz commented on August 19, 2024

hrm okay, I think I have some time on Friday to look on all the Issus in that Repo. :)

from cordova-plugin-image-resizer.

JoschkaSchulz avatar JoschkaSchulz commented on August 19, 2024

@EternallLight it would be nice :)

from cordova-plugin-image-resizer.

EternallLight avatar EternallLight commented on August 19, 2024

Here you go!

from cordova-plugin-image-resizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.