I am using Easy Appointment updated version where Full Calendar Version is v1.6.1. But Full Calendar updated version is : v3.1.0
Easy appointment uses full calendar version v1.6.1, which has a time selection bug.
below the link for reference:
https://github.com/fullcalendar/fullcalendar/issues/2945
This is latest example of Full Calendar where time slot click is working fine:
http://jsfiddle.net/slyvain/y8ugsvnL/
Is there are any updated version where Easy Appointment is using latest Full Calendar? or any alternate suggestion?
Related
I've upgraded Lottie from 3.x.x to 4.0.1 and found that PlayProgressSegment() was removed in favour of PlayMinAndMaxProgress().
However, OnPlayProgressSegment event was also removed and I do not see an alternative for this. The documentation for this project is badly out of date as well. Can someone point me in the right direction?
I'm trying to use the 2sxc Custom Color-Picker Input Field using the tutorial on: https://2sxc.org/dnn-tutorials/en/razor/ui211/page.
The issue is the color picker is not showing and also the demo on the page of the tutorial is also not working. What could be the issue?
I believe it's a timing issue - we should look at this ASAP, thx. I just created an issue here: https://github.com/2sic/2sxc/issues/2526
is fixed in 12.05, to be released this week.
Does anyone know this issue only happens on iOS devices, what I've concluded at the moment is that if i use Text="Binding <variable> it doesn't work, else it works fine.
error first occurs when i scroll up and down the view.
Code (tried to insert the code with the code tags but got error for formatting)
Currently using:
XF.Material 1.6.5 -> 1.5.8
Xamarin.Forms 4.7.0.1080 -> 4.6.0.847
Xamarin.Essentials 1.5.3.2
NETStandard.Library 2.0.3
Edit: added more code since it might be the material:MaterialCard which creates the problem, also added nuget package versions
Edit: Fixed by rolling back libraries
Fixed the issue by rolling back libaries see post for what got rolled back
I'm using 3.2.1 jquery, 2.17.1 moment, and 3.3.1 fullcalendar. When I click on a time slot to add an event in the day/week view, it uses the slot below it. It works if I use 2.6.1 fullcalendar version.
Thanks in advance! :)
I got it to work now after making the calendar bigger. :/
thanks!
I have some draggable div tags (using jquery) on my page, and would like to be able to drag that tag onto a day in the calander, and add a new event.
Any hints?
here is the feature request for it:
http://code.google.com/p/fullcalendar/issues/detail?id=238
however, i did make this feature for a single client (under os license) and have yet to roll it into a release. the api is sort of sloppily done, but it works:
http://github.com/arshaw/fullcalendar/tree/fcdraggable
download the branch and run examples/external-event-drag.html
im sorry but i can't spend any time w/ u trying to get it up and running.
Cool! Does this rely on tweaks to the 1.4.4 code, or would it work with the 1.4.5? I tried to compare the 1.4.4 standard and 1.4.5 code vs the 'draggable' example files but they are significantly different. I could not tell if it's specifically different for the draggable example or not.