Telerik-Verified-Plugins / ImagePicker

Cordova Plugin For Multiple Image Selection
MIT License
181 stars 330 forks source link

Ios Album Selection Graphic Bug #142

Open Soapfedan opened 5 years ago

Soapfedan commented 5 years ago

I have an Ionic project that uses this plugin. The plugin on Android has no problem.

But now I'm using it on Ios and I have a problem, in the album selection page:

image

Once I select an album, I enter the image selection page and I go back to the presentation writings crush to the left:

image

Someone can help me?

My Ionic Info:

cli packages: (my_node_path\npm\node_modules)

@ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0 local packages:

@ionic/app-scripts : 3.1.9 Cordova Platforms : android 7.0.0 Ionic Framework : ionic-angular 3.9.2 System:

Node : v9.9.0 npm : 5.6.0 OS : Windows 10

ahmetws commented 5 years ago

If you want to solve this issue yourself, look at this commit from rivera-ernesto https://github.com/guillermomuntaner/GMImagePicker/pull/86/commits/1a309e4ea017c1b9b6ae97952bcc367b62026444

Applying this should fix the UI bug.

Soapfedan commented 5 years ago

@ahmetws Thanks for your reply.

I can try your suggestion and then i report the results.

ktt9117 commented 5 years ago

I also found another issue in the image selection page:

img_0452

I have tested it on iphone8 plus simuator and iphone8 real device. It happens when I select some image and then unselect it and then select it again.

Soapfedan commented 5 years ago

@ktt9117 Yeah I reported this bug there: [https://github.com/Telerik-Verified-Plugins/ImagePicker/issues/143]