voiceover in ios and talkback in android not able to access the input element while double clicking the button. on using tabindex="0" for input element it become accessible but still not accessible with double click.Also is there a way to test voiceover or talkback on desktop.
type="button"
id="Pivot12-Tab1"
class="ms-Button ms-Button--action ms-Button--command ms-Pivot-link link-221"
role="tab"
aria-selected="false"
name="Search"
data-content="Search"
data-is-focusable="true"
tabindex="0"
>
<span
class="ms-Button-flexContainer flexContainer-217"
data-automationid="splitbuttonprimary"
>
<div class="ms-SearchBox root-222">
<div
class="ms-SearchBox-iconContainer iconContainer-223"
aria-hidden="true"
>
<i
data-icon-name="Search"
aria-hidden="true"
class="ms-SearchBox-icon icon-228"
></i
>
</div>
<input
id="SearchBox20"
class="ms-SearchBox-field field-226"
placeholder="Search by job title or ID"
role="searchbox"
aria-label="Search by job title or ID"
value=""
tabindex="-1"
/>
</div>
</span>
</button>