Faizan Hasan

Results 3 issues of Faizan Hasan

Hi, does anyone have an example for Ionic 3

Hi, Images are not displayed on ionic 3 ![fullsizerender](https://user-images.githubusercontent.com/2033963/31725891-e950897e-b43e-11e7-93ab-03c87ad584d2.jpg) ``` this.photoLibrary.getLibrary(options).subscribe({ next: (chunk) => { this.library = this.library.concat(chunk); this.cd.detectChanges(); }, error: (err: string) => { if (err.startsWith('Permission')) { this.noAccess =...