KevinKelchen commented on issue #661: Remove all UIWebView code? URL: https://github.com/apache/cordova-ios/issues/661#issuecomment-597143407 @biswas123, using `cordova-ios` 5.1.1 and the new flag will remove UIWebView references automatically for you at compile-time, but it's just those UIWebView references _that are part of `cordova-ios`_. If you use other plugins that themselves reference UIWebView, removing those UIWebView references has to be addressed separately by those plugins; updating `cordova-ios` and using the new flag will not inherently remove those references. We did not have any plugins that referenced UIWebView so updating `cordova-ios` was all that was necessary for us to pass app validation successfully.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
