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

126
Views
El botón de la aplicación web se muestra en Android pero no en iOS

Tenga una aplicación web que tenga un botón que funcione bien en Android pero que no se muestre en varios dispositivos iOS en Safari o Chrome.
Para facilitar la lectura, he excluido gran parte del código, excepto el código del botón, con la esperanza de que sea algo simple con esto. ¿Algunas ideas?

HTML:

 <style> .button { border: none; color: white; padding: 10px 10px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; position: fixed; margin: 0 auto; cursor: pointer; } .button1 {background-color: darkblue;} </style> <button class="button button1" id="unmuteButton">UNMUTE</button> <canvas id="camerafeed"></canvas>

Y el JS:

 const btn = document.getElementById("unmuteButton"); btn.addEventListener("click", ()=>{ if(btn.innerText === "UNMUTE"){ btn.innerText = "MUTE" depthkit.video.muted = false }else{ btn.innerText= "UNMUTE"; depthkit.video.muted = 'muted' } })
about 4 years ago · Juan Pablo Isaza
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!