Maybe someone can help... I am running this script in an iOS app:
mobileControlCreate "browser","theMapView" put "https://maps.google.com/?q=" & urlEncode(tMapAddress) into tUrl put "&output=embed" after tUrl mobileControlSet "theMapView","rect",myRect mobileControlSet "theMapView","url",tUrl It loads just fine - no errors and the pin is in the right place. The problem is it takes about 20 - 30 seconds to load! It loads in pieces... first you see a white background, then [10 seconds] the plus/minus icon for resizing, then [10 seconds] the grid background, then [10 seconds] the map starts to appear. The same url loads quick in the phone's browser. It's also speedy in the simulator. Anyone have any thoughts? -Dan _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode