yannbf / ionic3-components

A project full of ionic 3 components and samples - to make life easier :)
MIT License
1.68k stars 704 forks source link

crop upload image. #63

Open SongZhao opened 6 years ago

SongZhao commented 6 years ago

I'm submitting a ... (check one with "x")

[ ] bug report [ ] feature request [x] support request

in the camera.provider.ts, I set 'crop = true' when I choose img from photolibrary. But it doesn't do anything. It does work for getPictureFromCamera(). I wonder this is intended or it's a bug.

getPictureFromPhotoLibrary() {
    return this.getImage(this.camera.PictureSourceType.PHOTOLIBRARY, true);
  }
nazrdogan commented 6 years ago

I think its about native implementation. Check this docs