SpongeBobSun / mCalendarView

Customizable & Shrinkable Calendar Widget for Android
Apache License 2.0
243 stars 73 forks source link

The ExpCalendarView cannot be inside a fragment #26

Closed wuxiao356 closed 8 years ago

wuxiao356 commented 8 years ago

I am trying to use ExpCalendarView inside a Fragment. And there is a Navigation drawer to switch different fragments. The problem is, the ExpCalendarView will be loaded successfully at first time. But when I chose another fragment from navigation drawer and then switched back, the ExpCalendarView will disappear. That area for the calendar will be blank.

SpongeBobSun commented 8 years ago

Hmmm let me test it.

wuxiao356 commented 8 years ago

Sorry, the library has no problem. It was something I did wrong.

PascalAC commented 7 years ago

@wuxiao356 How did you solve that problem? I'm facing the same issue right now.

kaeul1020 commented 3 years ago

Please let me know how you solved the problem