Androidウィンドウが積極的にスクロールされていない限り、スクロールバーを隠します。これにより、実際に試してもウィンドウをスクロールできるかどうかを判断できます。スクロールするものがあるときに常にスクロールバーを表示するようにAndroidを強制する方法はありますか?
私はAndroid 2.2(Froyo)を実行しているThunderboltを持っています。
Androidウィンドウが積極的にスクロールされていない限り、スクロールバーを隠します。これにより、実際に試してもウィンドウをスクロールできるかどうかを判断できます。スクロールするものがあるときに常にスクロールバーを表示するようにAndroidを強制する方法はありますか?
私はAndroid 2.2(Froyo)を実行しているThunderboltを持っています。
Android hides scroll bars unless the window is actively being scrolled. This makes it hard to tell if a window can be scrolled without actually trying it. Is there a way to force Android to always show scroll bars when there is something to scroll?
I have a Thunderbolt running Android 2.2 (Froyo).
スクロールすることができるアクティビティが開くと、スクロールバーはフェージングの数秒間表示されるため、ページがスクロールできることがわかります。あなたが微妙なヒントを逃した場合は、スクロールバーを表示するためにスクリーンを少しスワイプしてください。
IMO、スクロールバーがコンテンツエリア内にあるため、常にスクロールバーを表示することをお勧めします。
When an activity that can be scrolled opened, the scroll bar should show for a few seconds before fading, therefore you can will know that the page can be scrolled. If you missed the subtle hint, then just slightly swipe the screen to display the scroll bar.
IMO, it wouldn't be a good idea to always display the scroll bar, as the scrollbar is in the content area and may obscure whatever is in the screen.
スクロールバーの可視性とフェードアウト効果は、プログラミングレベルでアプリケーション自体でのみ定義でき、これを制御する一般的なオプションはありません。
開発者は、スペースが限られているので、小さなスクリーンデバイスに関して、ベストプラクティスに従う傾向があります。ここで一般的な概念は、提示されているコンテンツの上に現れるので、使用されていない間にスクロールバーを隠していることです。これは、利用可能なスペースが限られており、その携帯機器は持つ傾向がある。
スマートフォンとタブレットのスクロールバーが内容の上に表示され、デスクトップコンピュータで表示されているように指定されたスペースがないことがわかっていないかどうかわかりません。
それはすべてUIについてのものであり、残念ながら、Afaikが変わらないという一般的な概念です。
The scrollbar visibility and fadeout effect can only be defined on the application itself at a programming level, there's no general option to control this.
Developers tend to follow the best practices, regarding small screen devices, since the space is limited. The general concept here is to have scrollbars hidden while not in use, since they appear over the content being presented. This is due to the limited space available, that portable devices tend to have.
Don't know if you ever noticed that scrollbars on smart-phones and tablets appear over the contents, and don't have a designated space as we see on desktop computers:
It's all about the UI, and unfortunately for you, it's the general concept that AFAIK isn't going to change.
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有