Closed IgorKukoba closed 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
The same issue for me
Same issue, @IgorKukoba have you found any solution?
@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!
@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 @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})....
@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?
@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
Still relevant... But disable_popover: true worked!
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}