You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
the events exists, and sometimes they are shown, sometimes not
when I scroll the calendar down (Update...) for 1 pixel or more, THE CALENDAR SHOWS UP, like magic (not update, just scroll down)
-when I'm in debugging the elements, and i remove or add some class or style from the table (event-detail) ou .scroll, the events shows up, like magic again.
-Unfortunately, when i change through .css() Jquery, the magic doesnt work
90% of this issue occurs when I press the "back" button
Any clue?
The text was updated successfully, but these errors were encountered:
@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?
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:
-when I'm in debugging the elements, and i remove or add some class or style from the table (event-detail) ou .scroll, the events shows up, like magic again.
-Unfortunately, when i change through .css() Jquery, the magic doesnt work
Any clue?
The text was updated successfully, but these errors were encountered: