You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.
I'm getting this Crop plugin error, while using this Crop plugin Crop function to my ionic 4 angular application. Can you please help me.
this is how I'm calling the Crop function : this.crop.crop(this.ImagefilePath, { quality: 75 })
.then(
newImage => console.log('new image path is: ' + newImage),
error => console.error('Error cropping image', error)
);
Error : Error cropping image Unable to find explicit activity class {com.bosah.bosahapp/com.soundcloud.android.crop.CropImageActivity}; have you declared this activity in your AndroidManifest.xml?
The text was updated successfully, but these errors were encountered:
I'm getting this Crop plugin error, while using this Crop plugin Crop function to my ionic 4 angular application. Can you please help me.
this is how I'm calling the Crop function :
this.crop.crop(this.ImagefilePath, { quality: 75 })
.then(
newImage => console.log('new image path is: ' + newImage),
error => console.error('Error cropping image', error)
);
Error : Error cropping image Unable to find explicit activity class {com.bosah.bosahapp/com.soundcloud.android.crop.CropImageActivity}; have you declared this activity in your AndroidManifest.xml?
The text was updated successfully, but these errors were encountered: