AlunoTADS / foreground-gallery-plugin

Automatically exported from code.google.com/p/foreground-gallery-plugin
Apache License 2.0
1 stars 0 forks source link

The method success(PluginResult, String) is undefined for the type ForegroundGalleryLauncher #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by pvn....@gmail.com on 29 Mar 2013 at 10:33

GoogleCodeExporter commented 8 years ago
i want to fetch image from gallary because on low version like android 2.2 may 
app restarts but not every times

Original comment by sharmaku...@gmail.com on 17 Sep 2013 at 7:13

GoogleCodeExporter commented 8 years ago
 1)    this.success(new PluginResult(PluginResult.Status.OK, "data:image/jpeg;base64," + js_out), this.callbackId);

2)  this.cordova.startActivityForResult((Plugin) this, intent, 11);

shows me error

Original comment by sharmaku...@gmail.com on 17 Sep 2013 at 7:14

GoogleCodeExporter commented 8 years ago
i am using cordova 2.9

Original comment by sharmaku...@gmail.com on 17 Sep 2013 at 7:14