"resetActivePageHeight" war ein gutes Stichwort. Trotzdem, ich hab jetzt alles probiert, und ich kriege es nicht hin, außer ich schmeiße JQuery raus.
Ich hab versucht: http://www.gajotres.net/solution-to-jquery-mobile-page-content-empty-space-height-problem/
height : 79px !important;
und
<script>
$(document).on('pageshow', '#wrapper',function(e,data){
$('#wrapper').height(79);
});
</script>
und
https://github.com/jquery/jquery-mobile/issues/7951
$element
// Reset height to calculate correct extra space in content
.height(0)
.height(
97
);
:-(((((((((((((((
Danke an alle die bisher versucht haben mein Problem zu verstehen.