タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

cssとiOSに関するnatto_tamagoのブックマーク (2)

  • iOS8のバグ-webkit-overflow-scrollingで要素が消える不具合 | 2eb

    iOSで慣性スクロールを有効にするCSS「-webkit-overflow-scrolling:touch;」を追加するとiOS8で発生することがある要素が消えるバグとその解決方法を紹介しています。iPhoneiPadなど、iOSで慣性スクロールを有効にするCSS「-webkit-overflow-scrolling:touch;」を追加することで、疑似フレームを使用した要素も滑らかにスクロールさせることができます。 操作性が格段によくなるので、是非とも指定したいプロパティなのですが…複数の条件が重なると不具合が発生してしまいます。 発動条件は[iOS8でページ読み込み時に非表示の要素に-webkit-overflow-scrolling:touch;を指定している]場合のようで(実際はもっと複雑かも)、スクロールしようとタッチした瞬間にその要素が消えてしまうという悲惨なバグです!!:

    iOS8のバグ-webkit-overflow-scrollingで要素が消える不具合 | 2eb
    natto_tamago
    natto_tamago 2015/03/27
    iPhoneでiOS8のとき、CSSの-webkit-overflow-scrolling:touchを追加するとバグる件の対策方法
  • iOS8 Safari -webkit-overflow-scrolling: touch; issue

    So we are building this web app for a client which worked perfectly on iOS7 in Safari. But when we checked the app out in iOS8 it had a some huge bugs. If a user opens the sidebar and closes it, content that is in a <section style="overlay-y: scroll;"></section> disappears ( the overlaid part ). Some buttons stopped working for any reason. ( <a href="">Lala</a> ) When we remove -webkit-overflow-sc

    iOS8 Safari -webkit-overflow-scrolling: touch; issue
    natto_tamago
    natto_tamago 2015/02/19
    -webkit-overflow-scrolling:touch;がiOSでバグるときの対策参考
  • 1