搜尋 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