Hello everyone,
I'm having several issues with the Zendesk API concerning titles in navigation bars...
Here are two problems I'm facing:
The first picture is a screenshot of an ongoing conversation with an agent, where the title is not visible neither on light or dark mode. This screen is accessible when tapping on an already started conversation with an agent through RequestUi.buildRequestList(). I have configured this screen to show embedded in a navigation controller that I have customized myself. The first screen that appears, the RequestListViewController, respects the font, title color, navigation bar tint and background colors. Once you tap on an ongoing conversation, the title no longer shows... But the other properties are still respected.
The second picture is a screenshot of an empty dialog with an agent, accessible through the "Start a new conversation" through RequestUi.buildRequestList() in case the list of conversation is empty OR from the default button at the top-right of the screen, which enables us to start a conversation as well... Note that this issue only happens on dark mode, the text "Report a problem" is black on light mode.


Can you provide a sample app with your implementation so that I can take a look in an isolated environment?
Thanks!