Telerik-Verified-Plugins / ImagePicker

Cordova Plugin For Multiple Image Selection
MIT License
182 stars 331 forks source link

getPictures don't work on Ipad 13.0.0+ #192

Closed IgorKukoba closed 4 years ago

IgorKukoba commented 4 years ago

Get picture don't work on Ipad IOS 13+. When we try to get images - app freezes and we get errors:

reason=The model used to open the store is incompatible with the one used to create the store} 2020-03-11 16:13:00.050430+0200 FLEETLINK-App[47766:1303214] [LibraryBundle] Unable to create PLLibraryBundleLogInfo because PSC is nil 2020-03-11 16:13:05.316967+0200 FLEETLINK-App[47766:1303214] XPC connection interrupted 2020-03-11 16:13:05.317218+0200 FLEETLINK-App[47766:1303214] -[_UIRemoteKeyboards proxy]_block_invoke Failed to access remote service: Error Domain=NSCocoaErrorDomain Code=4097 "connection to service on pid 0 named com.apple.UIKit.KeyboardManagement.hosted" UserInfo={NSDebugDescription=connection to service on pid 0 named com.apple.UIKit.KeyboardManagement.hosted}

incal commented 4 years ago

Hi, in ionic5 cordova project I still encounter the same problem in all iPad simulators with iOs 13.4 ImagePicker release @ionic-native/image-picker": "^5.23.0

elvisgraho commented 4 years ago

The same issue for me

yigitbacakoglu commented 4 years ago

Same issue, @IgorKukoba have you found any solution?

anujraghuvanshi commented 4 years ago

@incal @elvisgraho @yigitbacakoglu Guys, For now Try with disable_popover: true as an option to plugin. https://github.com/Telerik-Verified-Plugins/ImagePicker/issues/173#issuecomment-559096572 Thanks!

yigitbacakoglu commented 4 years ago

@incal @elvisgraho @yigitbacakoglu Guys, For now Try with disable_popover: true as an option to plugin. #173 (comment) Thanks!

I did test with that option just after I commented above but it crashed at another line again. Then I removed the plugin .

incal commented 4 years ago

@incal @elvisgraho @yigitbacakoglu Guys, For now Try with disable_popover: true as an option to plugin. #173 (comment) Thanks!

hi, yes I already use this option: self.imagePicker.getPictures({ maximumImagesCount: 1 ,disable_popover: true})....

Anuj-logiciel commented 4 years ago

@incal @elvisgraho @yigitbacakoglu Guys, For now Try with disable_popover: true as an option to plugin. #173 (comment) Thanks!

I did test with that option just after I commented above but it crashed at another line again. Then I removed the plugin .

@yigitbacakoglu - On which iOS version your iPad running on?

yigitbacakoglu commented 4 years ago

@incal @elvisgraho @yigitbacakoglu Guys, For now Try with disable_popover: true as an option to plugin. #173 (comment) Thanks!

I did test with that option just after I commented above but it crashed at another line again. Then I removed the plugin .

@yigitbacakoglu - On which iOS version your iPad running on?

IOS version is 13.3

jonwrede commented 4 years ago

Still relevant... But disable_popover: true worked!