Skip to content

Commit 31e26f0

Browse files
1006970: Resolved the Audio missing issues
1 parent 995c9d9 commit 31e26f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Document-Processing/PDF/PDF-Viewer/blazor/accessible-pdf-reading.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,6 @@ function populateVoiceList() {
432432
}
433433

434434
async function speakFromControls(input) {
435-
// iOS/iPadOS: require user-gesture unlock and stable voice list
436-
await ensureTtsUnlocked().catch(() => { });
437435
await voicesReady;
438436

439437
const t = (typeof input === 'string' ? input.trim() : (input?.value || '').trim());

0 commit comments

Comments
 (0)