Eric Nograles

Results 26 comments of Eric Nograles

Thanks @davpsh -- if you have sample images that you can share, I can help troubleshoot this

Thanks for the contribution @jasonkit -- I did a recent refactor which also addresses this -- if you have a chance, can you re-test with `v2.2.0` and lmk if it...

Ah I see. Let me get those changes in this week and I'll send to you for review if that's ok?

@jasonkit merged master into your branch and reinstated your changes -- pushed to PR #29, can you review when you get a minute? Just wanna make sure you get credit...

@AdamStone oops, that was a miss. Will merge and cut a new release in the next day or so.

@Aarbel looks like WKWebView has some specific, platform-level limitations: https://cordova.apache.org/news/2018/08/01/future-cordova-ios-webview.html Checking those issues, quite a few have been closed but there must be something we're doing in code that runs...

Interesting -- if it's blocking the code on the WebView, perhaps there's something with either the callbacks or promise resolution that WKWebView doesn't like.

FWIW, for hybrid apps, it sorta feels like Cordova should have a mechanism to do that for you using either iOS or Java code since it'll probably be more battery...

@taviroquai thanks for using the library! Hm, in terms of technical feasibility, it's doable. The way we scale the image is using `canvas`, so I imagine we could repurpose the...

Amazing, can't wait for this to land in mainline!