and this to setHandlers:
var myLatlng = new google.maps.LatLng(-34.397, 150.644);
var myOptions = { zoom: 8, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP}
var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
Try to do a swipe down and you should get this in your console.
TypeError: Result of expression 'blackberry.events.getEventHandler(0)' [undefined] is not a function.
Test case: Add a Google map to the onSwipeDown example.
Just add this to head:
and this to setHandlers: var myLatlng = new google.maps.LatLng(-34.397, 150.644); var myOptions = { zoom: 8, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP} var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
Try to do a swipe down and you should get this in your console. TypeError: Result of expression 'blackberry.events.getEventHandler(0)' [undefined] is not a function.
Forum thread: http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/BUG-Google-Maps-API-v3-kills-onSwipeDown/td-p/1159141