DagrutCr opened a new issue, #1511:
URL: https://github.com/apache/cordova-ios/issues/1511

   # Bug Report
   
   ## Problem
   
   External links won't open anymore. I was on iOS 17 and it worked, I upgraded 
to iOS 18 and it does not anymore. Example : 
   
   ```html
   <a href="https://www.npmjs.com/package/cordova-ios";>Click me</a>
   ```
   
   ### What is expected to happen?
   
   The link should open in an external browser, most likely Safari.
   
   ### What does actually happen?
   
   Nothing, no crash, log or message, except the one below in Xcode
   
   ## Information
   
   Logs in Xcode when this happens :
   
   ```
   BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(_:) needs to 
migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). 
Force returning false (NO).
   ```
   
   ### Command or Code
   
   Build an app with the code below on iOS 18 and click the link : 
   
   ```html
   <a href="https://www.npmjs.com/package/cordova-ios";>Click me</a>
   ```
   
   ### Environment, Platform, Device
   
   - iPhone 14
   
   ### Version information
   
   - iOS 18.1.1
   - cordova-ios 7.1.1
   - cordova 12.0.0
   
   ## 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.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to