Giter Club home page Giter Club logo

Comments (10)

Mookseberg avatar Mookseberg commented on May 24, 2024 2

Hi IngridRegina and edlynvillegas ,

Have a look. Although I altered the CSS a lot, it is still the EvoCalendar. I made a workaround with the changes of IngridRegina and it works on Firefox, Chrome, IE and Edge. I will check my iOS device later on and will revert on that. Thanks for now.

Knipsel

and have a look on the index page: https://radioclublimburg.nl/

tnx for all the good work

from evo-calendar.

Mookseberg avatar Mookseberg commented on May 24, 2024 1

Hi Edlyn, first of all thanks for all the good work. Very nice app.

The NaN issue isn't only a Safari problem. It appears also with the following browser: IE. EDGE and Mozilla. On Chrome it runs smoothly.

edge
ie
mozilla
chrome

from evo-calendar.

edlynvillegas avatar edlynvillegas commented on May 24, 2024

Hello @perichiappan 😄

Thank you for providing screenshot. Sorry for this, as I'm struggling to constantly check it in iOS. But I'm trying to work on this to be able to use in apple devices.

I will write back once this is solved. Thank you again! 🤗

from evo-calendar.

edlynvillegas avatar edlynvillegas commented on May 24, 2024

Hello @Mookseberg, thank you for the appreciation! 😄

I am working with this issue while fixing/adding new methods and events! Will check it also in other browsers. Thank you for the feedback and screenshots. 😄

from evo-calendar.

IngridRegina avatar IngridRegina commented on May 24, 2024

Hi @edlynvillegas and @Mookseberg ! I was dealing with the same issue on Safari and IE. Seems like they don't like the date format that was used. Here's what I did to fix it:

  1. instead of _.$cal_months_labels, I created a new array _.$cal_months = ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12']
  2. I replaced _.$cal_months_labels with _.$cal_months everywhere inside the formatDate function
  3. Line 259, I replaced the space with /01/ (calendarHTML += _.$formatDate(new Date(monthName +' '+ new_year), _.options.titleFormat, 'en'); -> calendarHTML += _.$formatDate(new Date(monthName +'/01/ '+ new_year), _.options.titleFormat, 'en');)

I might have missed something since I have changed the code quite a lot, but I hope this helps :)

Edit: I also opened a pull request with these fixes.

from evo-calendar.

IngridRegina avatar IngridRegina commented on May 24, 2024

Hey @Mookseberg , glad I could help :) Also maybe you did it like this on purpose, but if you want the months on the left sidebar to still show as full month names instead of numbers, you can use the _.$cal_months_labels array only in the buildSidebarHTML function.

from evo-calendar.

gayatri-a-b avatar gayatri-a-b commented on May 24, 2024

@IngridRegina Which file do you make fix _.$cal_months_labels? Currently my site doesn't work on Safari but no clue how to fix it (https://gayatri-a-b.github.io/)

from evo-calendar.

saber-mogaddas avatar saber-mogaddas commented on May 24, 2024

hi, thanks for all the good work edlyin.
I fixed problem in safari :
change title in EvoCalendar.prototype.buildCalendar :
title = _.formatDate(new Date((_.$active.month + 1) + '/01/' + _.$active.year), _.options.titleFormat, _.options.language);

edit : fixed all bug about cross browser in this repository : https://github.com/saber-mogaddas/evo-calendar

from evo-calendar.

parulpat avatar parulpat commented on May 24, 2024

hi
i am using evo calander but eventheader and event body is not displyed on mozial you can i shared screen shot
IN CROME BROWSER
Screenshot 2021-06-27 142138
and in MOZILA FIRE FOX
Screenshot 2021-06-27 142731
please help me what can i do for this issuse

from evo-calendar.

Realmaker avatar Realmaker commented on May 24, 2024

When the dates are not shown on iOS devices is a matter of the date format.

In the demo there ist used F/d/Y (February/15/1999) - which is NOT WORKING FOR IOS.

Use M d Y (Feb 15 1999) instead. It works everywhere.

from evo-calendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.