scheduler and jquery mobile

Hi ,

I am having a problem with scheduler 3.5 rendering in jquery mobile 1.1. I have verified that the scheduler is loaded into the DOM but it is not displaying for some reason. Schedule in loaded dynamically on click of button. I am not using mobile scheduler just the regular one. Any thoughts?

If there is no js error - most probably you are initing scheduler in container which has zero width or zero height. Try to assign fixed sizes to the container in question and be sure that init code is called when target container is visible.

Thanks!

That did the trick I hade my style as width:100% height: 100% and use width: 800px height: 900px and it is now visible. :wink: