Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base64ToGallery is not working #212

Closed
zhaoshengjun opened this issue Jun 11, 2016 · 2 comments
Closed

Base64ToGallery is not working #212

zhaoshengjun opened this issue Jun 11, 2016 · 2 comments
Labels
Milestone

Comments

@zhaoshengjun
Copy link

Tested in 2.0.0-beta.25.

When using ionic-native, it's not working. The error is "base64ToGallery can not find on Base64ToGallery".

When use cordova.base64ToGallery, it's working.

I changed the base64togallery.js in ionic-native by removing prototype, it's working. So I assume it's a bug and needs to be fixed.

@ihadeed
Copy link
Collaborator

ihadeed commented Jun 11, 2016

Thanks for pointing it out. The problem is that the function is not marked as static.

This will be resolved in the next release.

@anujmpec
Copy link

anujmpec commented Sep 5, 2017

Is it fixed now ? i am trying with this._base64ToGallery.base64ToGallery () and getting ERROR Error: Uncaught (in promise): TypeError: Cannot read property '_base64ToGallery' of undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants