i want to add a map to my app with phonegap and jqm. I load the map asynchronous and got as callback the initialize function. But the map shows only grey, with the "satellite" controls and the google logo. Anyone can help?
Hello, i got a page where i can enter a city. This city is passed the the next html file, and a ajax request getting results via a php skript from my server. This works well, but only without jqm theme. If i refresh the second result page in my browser, the theme applies. Can you help me to fix that? The Theme needs to be applied without browser refreshing. Here is my code:
THE RESULT HTML FILE:
<body>
<div data-role="page" id="event">
<script>
$(document).delegate('#event', 'pageshow', function () {