ios compatibility matrix #5297
-
Anyone know where I might be able to find the ios compatibility matrix? We are trying to force users to a certain minimum ios version, but I am having a hard time finding the compatibility list for capacitor. I am guessing there has to be certain capacitor apis which will trigger apple to force different ios compatibility... Any thoughts on where to find this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I'm not sure what do you mean by "compatibility matrix" Capacitor 3 supports iOS 12+ Our official plugins also support iOS 12+, but some features might not be possible in all iOS versions, in example multiple image picking in Camera plugin only works on iOS 14+. Those kind of things are documented on each plugin function types and plugin docs page. |
Beta Was this translation helpful? Give feedback.
I'm not sure what do you mean by "compatibility matrix"
Capacitor 3 supports iOS 12+
https://capacitorjs.com/docs/ios#ios-support
Our official plugins also support iOS 12+, but some features might not be possible in all iOS versions, in example multiple image picking in Camera plugin only works on iOS 14+. Those kind of things are documented on each plugin function types and plugin docs page.