Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gestureHandling map option to implement scroll zoom blocker #11029

Merged
merged 23 commits into from Oct 1, 2021

Commits on Sep 17, 2021

  1. WIP: implementing map option scroll zoom blocker

    avpeery committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b16d8c1 View commit details
    Browse the repository at this point in the history
  2. fixed lint issues

    avpeery committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f2c5064 View commit details
    Browse the repository at this point in the history
  3. fixed issue with repeating wheel events

    avpeery committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    eb039ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    030b1d3 View commit details
    Browse the repository at this point in the history
  5. added in locale string for alert message

    avpeery committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    14b71a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    28c179f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    ca4677d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bd9658 View commit details
    Browse the repository at this point in the history
  3. removed binded methods that were deleted

    avpeery committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    fcb56ca View commit details
    Browse the repository at this point in the history
  4. changed ontransitionend to addEventListener('transitionend') to fix f…

    …low issue
    avpeery committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    2ae06a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. added some unit tests, added ability to use meta key, transition not …

    …working as expected on firefox or safari
    avpeery committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    cd7384c View commit details
    Browse the repository at this point in the history
  2. reverted to setTimeout, transitionend event listener does not work in…

    … safari or firefox
    avpeery committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    480e2de View commit details
    Browse the repository at this point in the history
  3. fixed lint issue

    avpeery committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    3ccfc6f View commit details
    Browse the repository at this point in the history
  4. renamed this._container for clarity

    avpeery committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    286c957 View commit details
    Browse the repository at this point in the history
  5. added use to alert messages

    avpeery committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    be393b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    2624e4a View commit details
    Browse the repository at this point in the history
  2. removed comment in css

    avpeery committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d52d26b View commit details
    Browse the repository at this point in the history
  3. changed max font from 30 to 24

    avpeery committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    9940254 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    e594cc6 View commit details
    Browse the repository at this point in the history
  2. cleaned up the debug html

    avpeery committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    57bef20 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    c4de959 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    bab2baa View commit details
    Browse the repository at this point in the history
  2. set isFullscreen to check window fullscreen instead of control, and s…

    …et clear timeout
    avpeery committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    6a7adff View commit details
    Browse the repository at this point in the history