Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Defect. Disappear all carousel elements. #399

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 1, 2016

  1. Defect. Disappear all carousel elements.

    For some mobile tablets, when we move to last page in portrait mode, which has one element and after that we change orientation to landscape, all elements just disappear (For example: Apple iPad 3, iOS 8.3)
    That happened, because some index, scope.carouselIndex do not have time to recalculate.
    I added 'debounce' pattern for 'orientationchange' event
    ( https://css-tricks.com/the-difference-between-throttling-and-debouncing/ )
    developer510 committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    7bfa099 View commit details
    Browse the repository at this point in the history