ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [ios] iframe에서 scroll 안먹는 오류
    Device Issue 2019. 12. 3. 15:44

    예전부터 알고있던 오류이긴 하나 최근 업데이트 버전인 13버전에서는 iframe에서 scroll이 잘 되길래 

    11~12 구버전에서도 잘 돌릴 수 있으려나 지지고 볶아 봤지만 90분 시도하고 포기해본다.

     

    구버전 아래처럼 iframe를 감싸고 있는 요소에 overflow-scrolling 속성에 touch를 주는 것 말고는 없는 것 같다.

    마음에 안들지만 지원을 안하는 걸 어떻게 할까..

     

    <style>

        div {-webkit-overflow-scrolling:touch}

    </style>

     

    <div>

        <iframe></iframe>

    </div>

    댓글

Designed by Tistory.