TruckMovers / cordova-plugin-remote-injection

DEPRECATED: Cordova plugin to allow a remote site to interact with cordova's javascript APIs when loaded within a cordova app.
Apache License 2.0
91 stars 95 forks source link

UIAlertView Deprecation since iOS9 #38

Open fmp777 opened 6 years ago

fmp777 commented 6 years ago

cordova-plugin-remote-injection/CDVRemoteInjectionWebViewBaseDelegate.m:45:5: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead

Any chance to tackle this before the next ios kills it?