apache / cordova-plugin-dialogs

Apache Cordova Dialogs Plugin
https://cordova.apache.org/
Apache License 2.0
288 stars 351 forks source link

breaking(ios): remove CDVAlertView #138

Closed jcesarmobile closed 4 years ago

jcesarmobile commented 4 years ago

Breaking because CDVAlertView was used for iOS 7 and older and also removes a patch for a bug of iOS < 8.3. We have not supported them on cordova-ios for a while, so maybe we can consider it non breaking, but just in case.

CDVAlertView was a custom implementation of UIAlertView, which was deprecated on iOS 8. The plugin already has code to use UIAlertController on iOS 8 and newer, so this just removes the old code.

closes https://github.com/apache/cordova-plugin-dialogs/issues/119