In my Application I was making div of map as
but to make my map responsi
You have to set the div size with JavaScript.
$("#map").height($(window).height()).width($(window).width()); map.invalidateSize();
You can find a complete example here.