fullcalendar not visible until button is clicked or window resized?

后端 未结 7 1763
醉梦人生
醉梦人生 2020-12-19 07:35

I\'m using jquery full calendar with angularJS and angularstrap. The problem it seems is that the calendar will only display when I either click on one of the buttons in the

7条回答
  •  自闭症患者
    2020-12-19 08:06

    I faced the same problem with foundation tab. Where my calendar was in second tab. What I did was, when user is clicking on the tab I simulated "Today" button click within a setTimeout with very minimal delay. This solves my problem

提交回复
热议问题