Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

359
Views
¿Por qué Mac VoiceOver no detecta después de montar el componente ReactJs?

Tengo este código en App.js. La voz en off de Mac puede detectar todos los elementos de esta página y sigue deletreando el texto de cada uno de ellos.

 const WelcomePage = () => { const [isWarningPage, setisWarningPage] = useState(false); if (!isWarningPage) { return ( <> <div class="container-fluid"> <div className="welcome-section"> <div className="logo-container"> <img src={logo} alt="" /> </div> <div className="welcome-content"> <h2 aria-level="1">Welcome to My Website</h2> <h5 aria-level="5"> Connecting you to my web. </h5> <h5 className="child2" aria-level="5"> We are happy to see you. </h5> </div> <div> <button onClick={() => setisWarningPage(true)} id="GetStartedBtn" aria-label="Get Started" > Get Started </button> </div> </div> </div> </> ); } return PhishingWarningPage; };

Pero, cuando hago clic en el botón "Comenzar", Voice Over de Mac no puede detectar el componente montado (página de advertencia). Luego enfoqué el elemento usando algo de javascript. ¿Por qué sucede?

¿Cuáles son mis opciones aquí?

¡Gracias!

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!