techiva / jquery-ui-map

Automatically exported from code.google.com/p/jquery-ui-map
0 stars 0 forks source link

BlackBerry 6 no Info Window #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The code I'm using:

$('#map_canvas').gmap('addMarker', {'position':'12.3456,12.3456', 
'bounds':true}).click(function() {
    $('#map_canvas').gmap('openInfoWindow', {'content': 'Description'}, this);
});

It shows the info window when I click on the marker in most mobile browsers 
except the default browser on BlackBerry 6.

Is there any workaround for BlackBerry 6?

Original issue reported on code.google.com by soto...@gmail.com on 14 Aug 2012 at 3:23