Hi all, Since iOs 17.2 all the <div> with the attribute role="text" and attr.aria-label="anytext" are not read by voiceover anymore. Example code: <div class="fontClass" id="idxxx" role="text" attr.aria-label="text to be read"></div>
Could you please help me understand how to solve this issue?