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

Carousel children are difficult to be pressed. #11

Open
comet0704 opened this issue Apr 1, 2019 · 2 comments
Open

Carousel children are difficult to be pressed. #11

comet0704 opened this issue Apr 1, 2019 · 2 comments

Comments

@comet0704
Copy link

renderBanner(item, index) {
return (

<TouchableHighlight style={{width: this.BannerWidth, height: this.BannerHeight}} onPressIn={() => { alert("pressed in") }}>


);
}

I rendered carousel children as above.
When I press a child, scroll event more frequently occurs than press event.
What is the way to escape out this problem?

@emmguyot-adscom
Copy link

Hi,

Same problem here when using video : I can't start/stop the video.

@swiftserieschannel
Copy link

Hi,

i am also facing same issue please provide a solution or alternate for this

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

3 participants