Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Problem with Firefox android browser on particular site

  • 1 відповідь
  • 3 мають цю проблему
  • 6 переглядів
  • Остання відповідь від guigs

more options

This website I manage http://stephenpusey.org has a simple javascript that causes Firefox Android browser to constantly refresh rendering the content of the pages inaccessible. This only occurs with the Android version of the browser - not with the desktop version. The default mobile browser and Chrome for Android do not have this behaviour and nor does Safari.

The javascript is: function winResize() { location.href=location.href; }

and is called on the web pages with

onResize="winResize()

I would appreciate your comments or a remedy to this.

This website I manage http://stephenpusey.org has a simple javascript that causes Firefox Android browser to constantly refresh rendering the content of the pages inaccessible. This only occurs with the Android version of the browser - not with the desktop version. The default mobile browser and Chrome for Android do not have this behaviour and nor does Safari. The javascript is: function winResize() { location.href=location.href; } and is called on the web pages with onResize="winResize() I would appreciate your comments or a remedy to this.

Усі відповіді (1)

more options

You might be able to use css here in the meantime: https://www.w3.org/TR/css3-mediaqueries/

However please also ask this in stack overflow .com