twinssbc / Ionic-Calendar

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

calendar is not loaded in view #164

Closed vikas-kalyan closed 7 years ago

vikas-kalyan commented 7 years ago

I have opened the modal in the another page after that i open the calender in mypage the calendar month view in not loaded in the html

twinssbc commented 7 years ago

@vikas-kalyan Sorry, I don't quite understand how to reproduce your issue. Are you saying you have a page containing the calendar, but it's not displayed by default. You go to another page to open a modal. Then go back to the previous page to somehow display the calendar, but it doesn't appear? Is there any error printed out in the console?

vikas-kalyan commented 7 years ago

whatsapp image 2017-10-28 at 11 37 49 am

vikas-kalyan commented 7 years ago

Calender is open properly untill i m not open the modal in the another page but once i open modal and come back again open calender page then i can't see the calender u can see in the image that i attach

twinssbc commented 7 years ago

@vikas-kalyan I can't reproduce this issue. I have my home page having the calendar displayed. In another page, it contains a "open modal" button. When I click the "open modal" button, the modal dialog pops up. After I dismiss it and switch back to the home page, the calendar is still there.

vikas-kalyan commented 7 years ago

Please make cache of states true

twinssbc commented 7 years ago

@vikas-kalyan Sorry, I have no idea about cache state? Is it related to this calendar component?