breautek commented on issue #745: UIWebview Depreciation warning still occurs 
with Cordova-iOS 5.1.1
URL: https://github.com/apache/cordova-ios/issues/745#issuecomment-569326695
 
 
   @Jeevan2019 Are you sure you supplied the full plugin list? I had a look at 
your config.xml, and the plugins listed doesn't explain why the following is 
added
   
   ```
   <feature name="LocalStorage">
           <param name="ios-package" value="CDVLocalStorage" />
       </feature>
       <feature name="Console">
           <param name="ios-package" value="CDVLogger" />
           <param name="onload" value="true" />
       </feature>
       <feature name="HandleOpenUrl">
           <param name="ios-package" value="CDVHandleOpenURL" />
           <param name="onload" value="true" />
       </feature>
       <feature name="IntentAndNavigationFilter">
           <param name="ios-package" value="CDVIntentAndNavigationFilter" />
           <param name="onload" value="true" />
       </feature>
       <feature name="GestureHandler">
           <param name="ios-package" value="CDVGestureHandler" />
           <param name="onload" value="true" />
       </feature>
   ```
   
   These would have been added by plugins but these features, I don't think 
would have came from any of your listed plugins.
   
   If you are using a sample app to test this with, I would advise you to test 
without any plugins at all, other than the required wkwebview plugin of of 
course. If it works, then then that proves the issue lies somewheres outside of 
`cordova-ios`.
   
   You can then add each plugin one at a time, and retest if you want to 
pinpoint exactly which plugin is the source. If the source is revealed then you 
can create a ticket in the appropriate place.

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

Reply via email to