gitawego / cordova-screenshot

screenshot plugin for cordova/phonegap
Other
211 stars 167 forks source link

Plugin doesn't work at all #90

Open mrmnmly opened 8 years ago

mrmnmly commented 8 years ago

I work on Intel XDK and emulate/deploy my app on real device where cordova-plugin doesn't work at all - it doesn't even throw error during save, or go into .save callback function at all. Please help!

Target Android API: 19

Plugin is installed correctly - I can console log navigator.screenshot and see available methods.

pradeepippaguntaspv commented 8 years ago

same problem.Did you resolve

mrmnmly commented 8 years ago

nope

pradeepippaguntaspv commented 8 years ago

With Latest version it is not calling .save callback.

On Sun, Sep 25, 2016 at 6:39 PM, lukaszkups notifications@github.com wrote:

nope

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gitawego/cordova-screenshot/issues/90#issuecomment-249421037, or mute the thread https://github.com/notifications/unsubscribe-auth/AVTrrbJmUfFgMir_p309r1d0Zr6KQ4bhks5qtnJ4gaJpZM4JbYVt .

gitawego commented 8 years ago

do you have crosswalk installed ? if yes, which version of crosswalk plugin ?

lovestoprogram commented 8 years ago

I have a similar issue for crosswalk 19 for android. The code uri or save gets called, but then the callback is never called.