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

Swipe Screen on mobile devices #3836

Closed
joaocolling opened this issue Sep 14, 2017 · 4 comments
Closed

Swipe Screen on mobile devices #3836

joaocolling opened this issue Sep 14, 2017 · 4 comments

Comments

@joaocolling
Copy link

So, i'm trying use swipe events on calendar, but full calendar consume the touchstart event and not propagate. So my event works just outside of calendar.

Is there one way to get swipe events normally?

@joaocolling joaocolling changed the title Screen Swipe for mobile devices Swipe Screen on mobile devices Sep 14, 2017
@espen
Copy link
Contributor

espen commented Sep 14, 2017

Can you describe what you mean by swiping events on calendar? If this is a question instead of an issue report you should try asking on StackOverflow, see https://fullcalendar.io/support/

@joaocolling
Copy link
Author

Thanks @espen for your quick answer.

I'm a bit confuse. Because in #2203 issue, closed yet, was already asked this functionality.
I'm see the duplicated issue #994, but don't have any description of this.
It's already developed? It's possible develop in the future?

For now i'm trying using swipe event on ionic, and I believe it's a touchstart event triggered is preventing the propagation of swipe event. Would be great if I can use swipe events inside the calendar to get 'next' and 'prev' view.

Thanks by the way. I'll try ask in StackOverflow too.

@espen
Copy link
Contributor

espen commented Sep 14, 2017

You would have to hack it, not sure if there is some internal events that would block it or not. The FC view only shows the current timespan (for example one week). So next week will be a new rendering. So a swiping the entire week calendar view will have to mimic swiping and then do a normal render of the next week.

@joaocolling
Copy link
Author

Ok. I will try! Tks @espen. Can close this "issue".

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

2 participants