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

211
Views
No se puede desplazar iframe en el móvil

Yo uso iframe con carrusel de imágenes. Y este iframe no se puede desplazar en el móvil. No puede desplazar la página hacia abajo cuando toca este iframe. ¿Es posible hacer algo? Aquí está la página con tal iframe.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Si ves el código, puedes encontrar

 <iframe frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="true" srcdoc="" id="iframe:0" style="width: 100%; min-width: 100%; max-width: 100%; height: 100%; min-height: 100%; max-height: 100%; margin: 0px; padding: 0px; border: 0px;"></iframe>

Allí, puedes ver scrolling="no" . Esto detiene el desplazamiento.

Entonces puede reemplazar esa etiqueta iframe scrolling="no" excluida.

 <iframe frameborder="0" marginwidth="0" marginheight="0" allowfullscreen="true" srcdoc="" id="iframe:0" style="width: 100%; min-width: 100%; max-width: 100%; height: 100%; min-height: 100%; max-height: 100%; margin: 0px; padding: 0px; border: 0px;"></iframe>
about 4 years ago · Juan Pablo Isaza Report
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!