You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/03 18:16:34 UTC

[GitHub] [cordova-ios] KevinKelchen commented on issue #661: Remove all UIWebView code?

KevinKelchen commented on issue #661: Remove all UIWebView code?
URL: https://github.com/apache/cordova-ios/issues/661#issuecomment-594092704
 
 
   I want to give a big THANK YOU to ALL of the contributors (@erisu, @jcesarmobile, etc.) who have helped in any way to add the feature that removes UIWebView references at compile-time.
   
   Just this past week we began receiving emails from Apple about our existing app having UIWebView references even though we were using WKWebView to host our app. We were able to make a small version bump to `cordova-ios` and opt-in with the new flag and it worked beautifully! No more emails from Apple!
   
   FWIW, these are the plugins we have in our project:
   ```json
   "plugins": {
     "cordova-plugin-cartegraph-datepicker": {},
     "cordova-plugin-device": {},
     "cordova-plugin-safariviewcontroller": {},
     "cordova-plugin-whitelist": {},
     "cordova-plugin-screen-orientation": {},
     "cordova-plugin-splashscreen": {},
     "cordova-plugin-statusbar": {},
     "cordova-sqlite-ext": {},
     "cordova-plugin-network-information": {},
     "cordova-plugin-geolocation": {},
     "cordova.plugins.diagnostic": {
       "ANDROID_SUPPORT_VERSION": "26.+"
     },
     "cordova-plugin-camera": {},
     "com-sarriaroman-photoviewer": {},
     "cordova-plugin-image-resizer": {},
     "cordova-plugin-customurlscheme": {
       "URL_SCHEME": "cgone",
       "ANDROID_SCHEME": " ",
       "ANDROID_HOST": " ",
       "ANDROID_PATHPREFIX": "/"
     },
     "cordova-plugin-ionic-keyboard": {},
     "cordova-ios-plugin-no-export-compliance": {},
     "cordova-plugin-ionic-webview": {
       "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
     },
     "cordova-plugin-wkwebview-inject-cookie": {},
     "cordova-plugin-cartegraph-cookie-master": {}
   }
   ```
   
   I appreciate the volunteer work of Cordova maintainers and contributors who spend personal time outside of their day jobs to help keep things running smoothly for us! ❤️

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org