React + tailwind 로 만든 앱이 Android + 카카오 인앱 브라우저 에서만 흰화면이 뜹니다

[문제]

  1. android 카카오 인앱 브라우저에서만 흰화면이 뜹니다.

[환경]

  1. safari 정상
  2. iOS 인앱 브라우저 정상
  3. 시크릿 모드에서 정상
Uncaught TypeError: Cannot read properties of undefined (reading 'getVoices')
    at n (useJaSpeech.ts:15:31)
    at useJaSpeech.ts:43:5
    at sl (react-dom-client.production.js:8292:24)
    at $l (react-dom-client.production.js:9771:23)
    at Hl (react-dom-client.production.js:9746:7)
    at $l (react-dom-client.production.js:9878:7)
    at Hl (react-dom-client.production.js:9746:7)
    at $l (react-dom-client.production.js:9878:7)
    at Hl (react-dom-client.production.js:9746:7)
    at $l (react-dom-client.production.js:9765:7)

window.speechSynthesis 사용하려다 스크립트 에러 발생했네요.
해당 기능은 안드로이드 웹뷰에서 지원되지 않는 기능입니다.
다른 메신저 인앱브라우저에서도 공히 동일하게 작동하지 않네요.

확인부탁드려요.

해당 코드 android에서 무시하는 방향으로 수정했습니다
도움 감사합니다!

1개의 좋아요