-
Notifications
You must be signed in to change notification settings - Fork 50
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
Not swiping in my react app #118
Comments
Is it only one frame? |
I am using the carousel tag like in your example with three of the slides
inside, each containing one importet js except the last one .. the last
slide contains 2 of my importet js classes...
Am Fr., 25. Jän. 2019, 09:43 hat amio <notifications@github.com>
geschrieben:
… Is it only one frame?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ao9FS1Sy9CwarJLOH8pS5VY2GavgbZGcks5vGsO1gaJpZM4aRumH>
.
|
Could you provide an example like codesandbox for reproducing this issue? |
I don't know how to include such codeframes properly but here is the App.js. I did not provide the importet components from /components/ location since there are no errors. Hopefully this App.js is enough. |
@AnitaJosic You can start by fiddling this https://codesandbox.io/s/q76q4k8woq |
Found the missing part: enableMouseEvents |
This can be closed then? |
Yep, thanks for reminder! |
Hi.
I have included the carousel to my react App.js that contains further js ./component/ classes inside its div elements.
For example my "Post.js" in
<carousel axis={this.state.axis} widgets={ [ Other, Post, ..] } className="custom-class">
<p style={{backgroundColor: 'royalblue', height: '100%'}}>
<Post />
</p>
The app is loading all the content i have imported and added into the divs in a sequence (no errors), so it's all loaded and visible on one page - but without swiping at all - one js content under the other.
Did I miss a thing? Do I have to enable anything in css (like I have to enable dragable in html5?) or in my browser or do I need to use frames instead of divs or whatever?
Thanks and best regards,
Nini
The text was updated successfully, but these errors were encountered: