breautek commented on issue #1098:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/1098#issuecomment-3684927687

   > Yes, works! The problem is the `document.execCommand("copy text ")`.
   
   I'd say clipboard issue is a separate issue and is out of scope of this 
documented issue.
   
   Normally I'd suggest creating a separate issue, but I'd also say that the 
`execCommand` has been 
[deprecated](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand)
 for some time, so if it's stopped working in iOS 26 it could be intentional by 
Apple. It shouldn't be used in any newer or modern code, especially for 
clipboard usage where there is a 
[replacement](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) 
API, which @GitToTheHub has confirmed to be working as expected.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to