-
Notifications
You must be signed in to change notification settings - Fork 94
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
How do I use this plugin in an Ionic 4 app? #79
Comments
|
@DmcSDK i have tried this , But not able to import . Could you share import statement for this |
@tamsel12 try remove this plugin cordova-plugin-telerik-imagepicker |
@DmcSDK I reomved all the plugins that you have mentioned above but am not able to import the plugin |
@ashish701ranjan @tamsel12 @08Thug is there no error log? |
@DmcSDK yes , Not able to import |
@tamsel12 are you using capacitor?, coz i managed to use it there |
This is my "package.json":
I could not find a way to include the files as:
I believe there is no
Ionic-native
wrapper for this. I am trying to use this plugin as an alternative ofImagePicker plugin
. I have tried withdeclare var MediaPicker: any;
But this gives a Reference error for
MediaPicker
not defined when I use it in my functions. I also tried inspecting thewindow
to see any reference ofMediaPicker
but could not see any. Can you please help me with this?The text was updated successfully, but these errors were encountered: