Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

How do I remove activity indicator from tabs?

  • 2 respostas
  • 1 tem este problema
  • 1 visualização
  • Última resposta por chandramani

more options

How do I remove the activity indicator from tabs?

This happened

Not sure how often

How do I remove the activity indicator from tabs? == This happened == Not sure how often

Todas as respostas (2)

more options

Add code to userChrome.css below the @namespace line. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

.tabbrowser-tabs .tab-icon-image {display:none!important;}

Modificado por cor-el a

more options

you have to call removeFromSuperView method.. like this

[activityIndicatorObject removeFromSuperView];