LoginSignup
5
5

More than 5 years have passed since last update.

Android 4.0系で、テキスト幅が約半分になってしまう問題

Posted at

どういう条件で起こるのかはまだはっきり調べられてないけど、
たまにAndroid 4.0系でテキストの折り返し位置が明らかにおかしい場合がある。
正しい幅に対して半分くらいの位置で折り返してしまう。

そんなときは、適切な幅を指定したいDOMに対してbackground-colorを指定してあげると良いです。
注意すべき点は、

  • 最下層のDOMに対してbackground-color を設定しなければならない。
  • backgroundプロパティではダメ。background-color でないといけない。

という2点です。
また、背景に色をおけない状況においては、透明png等を代わりに置くとよいようです。

ちょっとこれは知らないと到底思いつかないハックです。

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5