rbertolig
rbertolig
Hello @twinssbc, Could you please provide any suggestion to be able to render on the calendar allday events which can take more than one day ( with no need to...
Hi! thanks for your always kind reply! if I use: ```` let startTime = new Date(Date.UTC(2023, 1, 6)); let endTime = new Date(Date.UTC(2023, 1, 8)); ```` then the calendar only...
+1 about the need to update ionic-slides to swiper inside the ionic2-calendar code
@twinssbc tested and it works ok with swiper instead of ion-slides. I am just strugling not being able to display correctly the calendar component inside another swiper element ( nested...
@twinssbc thanks for the observation!, in fact noticed the real problem in my case was the 'display:flex' default style on the new ( parent ) swiper I created in my...