Photo-library plugin crash in ios version 13

a 夏天 提交于 2020-02-06 07:54:05

问题


Reposted: question link

app crashes when the user wants to fetch images from the library in ionic 3.

image picker plugin works fine in iOS 12. But after updating to iOS 13, it is crashing.

it is working in iPhone X but when trying it on iPad it's getting the error which is in the link given above.

can anyone help with this? Thanks in advance!


回答1:


Just add property in ImagePicker options:

disable_popover: true

It will solve the crashing issue.But the error still would be there in logs! Happy coding!!!



来源:https://stackoverflow.com/questions/59207672/photo-library-plugin-crash-in-ios-version-13

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!