Rareloop / cordova-plugin-app-version

Access the native app version in JavaScript
MIT License
22 stars 40 forks source link

Making plugin follow Apple guidelines for UIWebView #11

Open ravemir opened 4 years ago

ravemir commented 4 years ago

Hello,

Took the liberty of forking the plugin and modifying the single line you see below to now use UIWebViewDelegate generic. This will remove any reference to UIWebView from Cordova apps and avoid any "ITMS-90809 Deprecated API" warnings.

Could you merge so anyone using the original repository benefit from these changes?

Thanks in advance, Carlos