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

195
Views
scrollIntoView behavior smooth not working on Ipad 8th gen

I have tried multiple solutions to achieve a smooth behavior on iPad 8th gen. like iscroll, react scroll and custom polyfill scroll as well but the behavior is instant instead of smooth.

onclick button :

<div className="mt-4 text-center mt-md-5 btn-hide">
 <Button className="btn-see-more btn-outline-light Event Based" size="lg" onClick={() => 
  executeScroll()}>
  {constants.SEE_MORE_BTN}
  </Button>
</div>

when i call the scroll function on button click,the scroll behavior is smooth on windows but when i have tested the same scroll on ipad 8th gen then the scroll behavior is instant.

 const executeScroll = () => {
    const element = document.getElementById('discoverEvents');
    if (element) {
    element.scrollIntoView({ behavior: 'smooth', block: 'start' });
    }
  };
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!