Harvest-Dev / ng-walkthrough

A walkthrough for Angular
MIT License
21 stars 8 forks source link

Scroll on IOS ionic #29

Open kashif-imagyn opened 5 years ago

kashif-imagyn commented 5 years ago

I am facing an issue with ionic 3 in ios. Walkthrough is blocking ui interaction in ios but not blocking scroll user can scroll down and up even if walkthrough is active .please advise Thanks

BatStak commented 5 years ago

We faced this issue on iOS. If you've got the css attribute -webkit-overflow-scrolling: touch on your container element (body, div, ...), you have to set this attribute to initial for the walkthrough. And set it again to touch after the walkthrough.

kashif-imagyn commented 5 years ago

Thanks for replying i manage to solve the problem disabling scroll on container when walk-through is enable and enable the scroll when walk-through is finish.

On Tue, Mar 5, 2019 at 2:09 PM Baptiste notifications@github.com wrote:

We faced this issue on iOS. If you've got the css attribute -webkit-overflow-scrolling: touch on your container element (body, div, ...), you have to set this attribute to initial for the walkthrough. And set it again to touch after the walkthrough.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Harvest-Dev/ng-walkthrough/issues/29#issuecomment-469600039, or mute the thread https://github.com/notifications/unsubscribe-auth/ATvfIT3LgRK8jSTXrxEg0c7mFg7LsjZzks5vTjRagaJpZM4bblEz .