xavierserrai commented on issue #1087:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/1087#issuecomment-3389982367

   There is another way to remove that glass effect without using 
UIDesignRequiresCompatibility:
   
   ```
   if ( @available(iOS 26.0, *) ) {
     self.closeButton.hidesSharedBackground = true;
     self.closeButton.sharesBackground = false;
   }
   ```
   
   In each of the affected buttons.
   
   Thanks,
   


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