Post

Replies

Boosts

Views

Activity

Reply to iOS 17.0 Webkit 'display:flex' issue
I'm late on this topic, but I'm stuck with the same issue here, with inline-flex. Deactivating and reactivating through the web inspector makes them appear. This problem only occurs since iOS 17.4, precisely. Also present in iOS 17.5. The code is: <div class="ruby even"> <ruby class="fontTT">我</ruby> <div class="trlit">W<em class="sm">ǒ</em></div> </div> and the "faulty" CSS: .ttPhrase .ruby { display: inline-flex; flex-direction: column; justify-content: flex-end; text-align: center; } The chinese characters don't appear at first, but they appear after disabling/re-enabling the inline-flex through the web inspector.
Apr ’24