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

Scroll not available when touching the image #43

Open
adrianmrit opened this issue Jan 3, 2019 · 3 comments
Open

Scroll not available when touching the image #43

adrianmrit opened this issue Jan 3, 2019 · 3 comments

Comments

@adrianmrit
Copy link

Can only scroll if I touch the area around the image. This is a problem specially for vertical images

@tslmihai
Copy link

It it happens to me, too. Did you find any solution for this ?

@samuelecipriani
Copy link

i've added

onShouldBlockNativeResponder: (event, gestureState) => false,

on the PanResponder.create({
...
})

located in src/utils.js

now it works fine

@antonKalinin
Copy link
Owner

@samuelecipriani thanks. Let me check it today/tomorrow and if everything is fine publish new version

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

No branches or pull requests

4 participants