kiwicom / orbit-swiftui

Kiwi.com Orbit design system library
MIT License
134 stars 24 forks source link

`TextLink`s disappear when app resigns active #853

Closed sjavora closed 2 weeks ago

sjavora commented 2 weeks ago

This is due to redactionReasons getting set to .privacy by iOS.

I doubt we want to actually set the text color to .clear in this case. It looks bad in the app and the native link support in SwftIUI.Text doesn't do it. Compare Orbit Text (top, green) with SwiftUI Text (bottom, red).

https://github.com/user-attachments/assets/2cb69bff-104e-4014-810f-2dd06e791ed2

PavelHolec commented 2 weeks ago

Side effect of #788