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/24 09:54:40 UTC

[GitHub] [cordova-plugin-inappbrowser] erisu commented on issue #651: Still getting UIWebView even after updating to cordova-ios 5.1.1 and plugin to 3.2.0

erisu commented on issue #651: Still getting UIWebView even after updating to cordova-ios 5.1.1 and plugin to 3.2.0
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/651#issuecomment-603140474
 
 
   The flag does not delete `UIWebView` from code. 
   
   As @timbru31 said:
   > PR #584 added only a variable (which you need to set) to hide the UIWebView at compilation
   
   It only *hides* the `UIWebView` from the compiled app.
   
   When you submit the app, with this flag defined, you will not get the warning from any of Cordova's official plugins or platform. 
   
   If you are still getting the warning, you have a third-party plugin with the code that is not wrapped with the flag. You will need to talk with the third-party plugin developers to fix this.
   
   As for the complete removal of `UIWebView` from code, it will not be done until the next major release.
   
   There is no ETA on the next major release.

----------------------------------------------------------------
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