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

_From @basdp on June 29, 2016 14:20_ #396

Open
amritsubedi opened this issue Jan 31, 2019 · 0 comments
Open

_From @basdp on June 29, 2016 14:20_ #396

amritsubedi opened this issue Jan 31, 2019 · 0 comments

Comments

@amritsubedi
Copy link

amritsubedi commented Jan 31, 2019

Where did you add this code?
From @basdp on June 29, 2016 14:20

This is the malefactor:
https://github.com/driftyco/ionic/blob/1.x/js/angular/service/modal.js#L194

I fixed it temporarily by changing the code to:

var isInScroll = ionic.DomUtil.getParentOrSelfWithClass(e.target, 'scroll');
if (isInScroll !== null && !isInScroll) {
    e.preventDefault();
}

Originally posted by @jgw96 in #121 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant