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

423
Visualizações
How to hide elements on a website in WebView

I want to load this page on a Webview but I want to hide this header element with search bar and logo. I don't know much about Javascript, is there a way to do this?

this is the part I want to hide

about 4 years ago · Juan Pablo Isaza
3 Respostas
Responde à pergunta

0

I think you are asking for a solution using javascript. you can copy the below script and excute through chrome inspect. ( Ctrl + Shift + i , go to Console tab, paste the below script and press enter.)

document.getElementById("searchform").style.display = "none";
document.getElementById("sfcnt").style.display = "none";
document.getElementById("top_nav").style.display = "none";
document.getElementById("appbar").style.display = "none";

What am I doing is actually the same as other's answer, change those unwanted div's CSS style as display:none

about 4 years ago · Juan Pablo Isaza Relatório

0

Add this css:

#sfcnt, #top_nav, #appbar { display: none }

It will break if they change it

about 4 years ago · Juan Pablo Isaza Relatório

0

You can use the display property in css style sheet to hide stuff that you want.

element{
display:none;
}

here element can be anything(i.e body, *, div, navbar).

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