Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

94
Visualizações
PullToRefresh Issue when scrolling

I am using the Pull to refresh so when pulled at top of page the page reloads. This is for a web page and I want it to to act like mobile app on refresh.

Problem is if I scroll to bottom of page, even when I begin to scroll back up, it reloads. I only want to do it when the page reaches the top of page.

My code is below. I am using this for reference. https://www.boxfactura.com/pulltorefresh.js/

  /* global PullToRefresh */
  PullToRefresh.init({
    mainElement: '#mainapp',
    onRefresh: function() { location.reload(); alert('refresh') }
  });
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

I have never used this package, and it seems its purpose for mobile applications. However, you could check if the user is at the top of the page before reloading. Assuming this method will run every time the user scrolls up you can do something like this:

/* global PullToRefresh */
  PullToRefresh.init({
      mainElement: '#mainapp',
      onRefresh: function() {
           if (document.body.scrollTop === 0) {
               location.reload();
               alert('refresh');
           }
      }
  });
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda