Ion-content height:100% is not working

Try using a trick I learned from jQuery Mobile.

While map is being visible set ion-content to:

position: absolute;
top: 0; // Use different number if you have a header
left:0;
right:0;
bottom: 0; // Use different number if you have a footer