问题
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