搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox Mobile: Why doesn't browser URL area scroll out of way?

  • 1 个回答
  • 1 人有此问题
  • 13 次查看
  • 最后回复者为 Kevin

more options

I like Firefox Mobile. I'm using it on my Samsung Infuse 4g. I really wish the browser url area would auto-scroll itself away upon calling up a webpg/website, or when refreshing a webpg. other browsers seem to do this, depending on the javascript being written in the code, yet Firefox mobile doesn't recognize the script. please make this work, firefox guys. I'd appreciate a tad more window realistate on my phone when using your mobile web browser. Thank you!

I like Firefox Mobile. I'm using it on my Samsung Infuse 4g. I really wish the browser url area would auto-scroll itself away upon calling up a webpg/website, or when refreshing a webpg. other browsers seem to do this, depending on the javascript being written in the code, yet Firefox mobile doesn't recognize the script. please make this work, firefox guys. I'd appreciate a tad more window realistate on my phone when using your mobile web browser. Thank you!

所有回复 (1)

more options

It is on our list of things do bring back, though I don't have a timeframe for its inclusion.

It makes the writing the program a bit more complicated as you need to keep track of the address bar state (on/off) and make a number of decisions about when to show it (only when at the very top of the page? whenever the user interacts with the page? some other behavior?). There are also touch enabled sites, Google maps for example. Getting the touches correct for such sites is somewhat difficult when showing or hiding the address bar.