Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Fontsizes on tablet appear erratic

  • 3 respostas
  • 1 tem este problema
  • 2 visualizações
  • Última resposta de Kevin

more options

Nexus 7, model 2012, Android 4.4.4.

A HTML/JavaScript app prompts for input. First two or three prompts are in a small and correct font, then the prompts switch to a much larger font. Rotating the tablet turns all prompted input into the larger font.

The same app works correctly under Chrome and Opera (on the same tablet).

Setting Firefox's fontsize to "tiny" prevents its enlargement; this setting is only a temporary quick fix. Is there any chance that this bug will be corrected in the near future?

Nexus 7, model 2012, Android 4.4.4. A HTML/JavaScript app prompts for input. First two or three prompts are in a small and correct font, then the prompts switch to a much larger font. Rotating the tablet turns all prompted input into the larger font. The same app works correctly under Chrome and Opera (on the same tablet). Setting Firefox's fontsize to "tiny" prevents its enlargement; this setting is only a temporary quick fix. Is there any chance that this bug will be corrected in the near future?

Todas as respostas (3)

more options

No. You should set an appropriate viewport meta element as described at the end of http://jwir3.wordpress.com/2012/07/30/font-inflation-fennec-and-you/

more options

I read the blog by jwir3 which is about the problem of font inflation (font adjustment). The author advises to put in the HTML head: <meta name = "viewport" >. It so happens that I have write-access to the webpage that gives the incorrect font inflation so I was able to add the meta statement. It did not improve anything. Of course, it is rare to have write-access to a webpage, so even if it had worked it would not have been a definitive solution.

more options