This question is locked. New answers and comments are not allowed.
Hi,
In jquery mobile, I am using Bing Map for My Mobile application.
Its working fine in Android devices.
But i am facing problem in IOS Devices. Bing Map is not properly displaying in map view full screen width, its showing only half of the map.
here i attached screen shot
Html file
<div id="dashboardMap" style="width:90%;"></div>
js file
var myOptions = {
credentials: BING_MAP_KEY,
center: userposition,
mapTypeId: Microsoft.Maps.MapTypeId.collinsBart,
zoom: 18,
showScalebar: true,
}
var $content = $("#EquipmentMap");
map = new Microsoft.Maps.Map($content[0], myOptions);
Thanks & Regards
Deepan
In jquery mobile, I am using Bing Map for My Mobile application.
Its working fine in Android devices.
But i am facing problem in IOS Devices. Bing Map is not properly displaying in map view full screen width, its showing only half of the map.
here i attached screen shot
Html file
<div id="dashboardMap" style="width:90%;"></div>
js file
var myOptions = {
credentials: BING_MAP_KEY,
center: userposition,
mapTypeId: Microsoft.Maps.MapTypeId.collinsBart,
zoom: 18,
showScalebar: true,
}
var $content = $("#EquipmentMap");
map = new Microsoft.Maps.Map($content[0], myOptions);
Thanks & Regards
Deepan