-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
In Days View, vertical scroll is disabled on Safari #358
Comments
It looks like a bug with safari, I'd imagine its probably fixable with a tiny bit of CSS. Would you be able to have a go at fixing it as I'm pretty short of time for OSS atm. This is probably a good place to start: https://www.google.co.uk/search?q=safari+overflow-x%3A+scroll+not+working This is where Thanks! 😄 |
Aha, I think I found a fix for this, it was caused by hammerjs blocking touch events on anything with a click handler. If you add this patch to your global CSS, does it fix it for you?
|
Hi, Sorry for the late reply. We tried adding the above CSS in the global style.css and it's not working. Please re-open this issue. Thanks... |
Hi, We able to fix this by over-riding touchAction from none to 'pan-y' on 'HammerGestureConfig' class in app.module.ts Here is the code: import { HammerGestureConfig, HAMMER_GESTURE_CONFIG } from '@angular/platform-browser'; //in providers array in NgModule Tested in Iphone 6, iphone6+ and safari 11. Thanks... |
Hi, Tried the solutions elicited above but still having issues scrolling the day view on the calendar on iOS. We need to use hammerjs as we are using Angular Material too. Without hammerjs it seems to be working fine. Kindly advise. Thanks, |
Please can you give |
I tried the latest version with 0.23.4. No luck 😒 Should I add the previous fix suggested in this post too? |
huh, that's odd, I just double checked the demo on my iphone and it scrolls ok for me. Maybe try the fix suggested from #358 (comment) |
I tried the solution in the comment, but then I have an issue with Angular Material component slide-toggle as it would not drag anymore. Looks like the chicken & egg problem 😒 |
Any one able to solve this? |
Hello, please help me! Safari on iPhone don't show async events. I'm trying use your example https://mattlewis92.github.io/angular-calendar/#/async-events but on MacOS on Safari browser don't show events |
Hi
we have integrated this calendar component in our Angular 4 mobile app and web app. ,On IOS 11 and Safari browser (MAC), the day view section is not vertically scrollable if we scroll on hour segments. But we are able to scroll vertically inside the events(pink and yellow boxes).
This same issue is reproducible if we access the demo URL https://mattlewis92.github.io/angular-calendar/#/kitchen-sink in safari browser.
Versions
Angular: 4.3.6
Calendar library: 0.17.4
Browser name and version: Safari 11
The text was updated successfully, but these errors were encountered: