dzmitry-antonenka-sap

Results 4 issues of dzmitry-antonenka-sap

**Describe the bug** When add `.accessibilityElement(children: .combine)` modifier VoiceOver doesn't pronounce grouped children elements, only visually selects them. **To Reproduce** For Examples.xcodeproj replace content of the ContentView.swift with following code:...

medium

**Describe the bug** ObjectItem `detailImage` view VoiceOver accessibility is broken. For Image(systemName: "headphones") system image not announced, For Image("pdfIcon", label: Text("Some text")) label not announced, `detailImageModifier` doesn't solve issue with...

medium

**Describe the bug** ObjectHeader footnote text is cut when user changes dynamic text size **To Reproduce** 1) For Examples.xcodeproj replace content of the ContentView.swift with following code: ` import FioriCharts...

``` import SwiftUI import SAPFiori // https://github.com/SAP/cloud-sdk-ios.git // exact 8.0.2 struct FUIButtonWrapper: UIViewRepresentable { let title: String let foregroundColor: Color let action: () -> Void func makeCoordinator() -> Coordinator {...