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 07:43:18 UTC

[GitHub] [cordova-plugin-inappbrowser] akashdeepsharma1991 opened a new issue #651: Still getting UIWebView even after updating to cordova-ios 5.1.1 and plugin to 3.2.0

akashdeepsharma1991 opened a new 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
 
 
   # Bug Report
   Still able to see many instance of UIWebview in the plugin
   ## Problem
   Getting the decprecate error while uploading the build on app store
   ### What is expected to happen?
   
   ![Screenshot 2020-03-24 at 1 09 12 PM](https://user-images.githubusercontent.com/33919907/77400442-2c79e580-6dd1-11ea-819a-f9296a601a0a.png)
   
   
   ### What does actually happen?
   
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ x] I searched for existing GitHub issues
   - [x ] I updated all Cordova tooling to most recent version
   - [x ] I included all the necessary information above
   

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


[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

Posted by GitBox <gi...@apache.org>.
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-603143708
 
 
   Yes, you will still see it in Xcode. It will be removed from the compile app.

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


[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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
akashdeepsharma1991 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-603142227
 
 
   oki so i will able to see the code in xcode while complie it would get hide.. ?

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


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

Posted by GitBox <gi...@apache.org>.
timbru31 closed 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
 
 
   

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


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

Posted by GitBox <gi...@apache.org>.
timbru31 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-603126972
 
 
   Please read my comment again. The source code still has the UIWebView classes. And my comment contains the required variable, too. Also please read https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html

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


[GitHub] [cordova-plugin-inappbrowser] akashdeepsharma1991 edited a comment on issue #651: Still getting UIWebView even after updating to cordova-ios 5.1.1 and plugin to 3.2.0

Posted by GitBox <gi...@apache.org>.
akashdeepsharma1991 edited a comment 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-603135673
 
 
   i have followed all the step shown given in the ablove link. in my previous screenshot you can see 
   CDVUIInAppBrowser.m file with UIWebView. Why is that still coming please help. i know you are a busy person. but is it ok for a quick skype call

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


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

Posted by GitBox <gi...@apache.org>.
akashdeepsharma1991 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-603122616
 
 
   again removed the platform added the ios folder but still getting the same thing check the screenshot for the same.
   
   ![Screenshot 2020-03-24 at 2 45 15 PM](https://user-images.githubusercontent.com/33919907/77408802-44a43180-6dde-11ea-8738-4202c4072e9b.png)
   

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


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

Posted by GitBox <gi...@apache.org>.
timbru31 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-603114243
 
 
   PR #584 added **only** a variable (which you need to set) to hide the UIWebView at compilation, the current npm release still contains these classes in the source code.
   The git master has and the next major release will completely remove UIWebView from the code base. If you've set `WKWebViewOnly`, then another plugin caused the deprecation warning and you need to search Xcode for further references.

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


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

Posted by GitBox <gi...@apache.org>.
akashdeepsharma1991 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-603117725
 
 
   hii can you tell what variable need to set kind a new here. 

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


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

Posted by GitBox <gi...@apache.org>.
akashdeepsharma1991 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-603135673
 
 
   i have followed all the step shown given in the ablove link. in my previous screenshot you can see 
   CDVUIInAppBrowser.m file with UIWebView. Why is that still coming please help

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