Hylke Hellinga

Results 69 comments of Hylke Hellinga

Thanks a lot!! I haven't tested it yet, but will try so as soon as possible. This would really make my life easier. Greatly appreciated.

This seems to work, can this be merged with master? I'll make a fork just in case...

Has this PR already been merged with Master? I couldn't find BigPictureStyle in the code of master...

Dear @twinssbc Thanks for the great response, I've solved my issue by using ionViewDidEnter() and then setting the values for the events and current date of the calendar, so that...

Dear @twinssbc, I seem to have this issue also when trying to change my screen orientation from portrait to landscape. The calendar doesn't change its width according to the screen...

How exactly can I target #monthSlider inside the monthview so I can call slider.update() on it? Apparently all that needs to happen is call the ion-slides update function in order...

Dear @twinssbc I created a pull request to allow for updating the ion-slides inside the month, week and day views. This way users are able to manually call the update...

Note: Apparently changing the orientation of the screen on smaller mobile devices seems to work for me. When I use an ipad to rotate the screen, does it not want...

I'm experiencing the same thing when rotating my screen on an ipad. I created this pull request: https://github.com/twinssbc/Ionic2-Calendar/pull/556 That might help in solving the issue, by manually calling the calendar.update...

Well yeah that could work too as a workaround. I'm just trying to figure out what is wrong with ionic's ion-slides for specific ios device orientation changes. I'll try this...