twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

Events does not appear (sometimes) only in IOS #163

Open victorglomer opened 7 years ago

victorglomer commented 7 years ago

Hi, my calendar works fine in browser (safari and chrome), and Android too. But when I use it in IOS, the calendar shows up, but not the events.

I read that can be the time in safari, but I receive startTime and endTime in timestamp from api. More info:

Any clue?

victorglomer commented 7 years ago

captura de tela 2017-10-16 as 17 44 06

twinssbc commented 7 years ago

@victorglomer Based on your description, I don't think it's because of the timestamp issue. It's more likely related to the css style. How do you declare the calendar in your HTML file? Did you customize any css style for the calendar?

victorglomer commented 7 years ago

the view:

{{tituloPagina}}
victorglomer commented 7 years ago

There was some css for the calendar. I'll remove it and test now.