Hi
I have successfully able to do 3 things
1) use the jquery-ui-map plugin to get the current position and display a map and not have the refresh issue which can be resolved with a pageshow.
2) display a map via leaflet.js without an issue when the jQm intialize
3) use ajax triggers
HOWEVEr
my problem lies that the map refuses to refresh properly if i make an ajax request to add markers via ajax or to relocate myself elsewhere via ajax.
I know my ajax is working since i can render a map and use a text field and fire an ajax and have the ajax on success echo back the results. or even use a javascript alert to display. With firebug i see the response code but im stuck there.
Basically what i would like to do is:
take an input get new coordinates and refresh the the map
or
take an input and add markers..
but of these requires a refresh but under jQM the map refuses to refresh even with a pageshow.
Am i missing something in theory?