I am facing an issue with google map .. I am using Xcode 4.5 with cordova lib .. I have develop an app its working fine .. But i have an issue with google map i.e. it also works well in google chrome, safari but it does not works in iPhone5 simulator.. Take a look to code.
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=true"></script>
Layout:'fit',// also tried vbox,card,hbox
{
xtype:'map',
useCurrentLocation:true,
},
Kindly tell me whats wrong if anyone knows.