smidwin / gmaps-api-as3

Automatically exported from code.google.com/p/gmaps-api-as3
0 stars 0 forks source link

Blank screen on iOS #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I tried your SDK on iOS but I get a blank screen. No images are loaded.

Here is the code (simple):
var gopts:MapOptions = new MapOptions();
gopts.zoom = 15;
gopts.mapTypeId = MapType.SATELLITE;
gopts.center = new LatLng( 43.280391, 5.380496 );

var gmap:Map = new Map();
gmap.goptions = gopts;
gmap.viewport = new Rectangle( 0, 84, stage.stageWidth, stage.stageHeight - 84);
addChild( gmap );

I'm running it on iPhone 5 / iOS 6.
I compile with Flex SDK 4.6, AIR 3.5 beta, FlashDevelop.

Thanks

Original issue reported on code.google.com by sotouchl...@gmail.com on 30 Oct 2012 at 9:33

GoogleCodeExporter commented 8 years ago
Same with me 

I get in trace?
Map Ready
EMTRP
EMTRP

Original comment by fukh...@gmail.com on 14 Jan 2013 at 7:59

GoogleCodeExporter commented 8 years ago
I get the same. Any resolution to this yet?

Original comment by kerep...@gmail.com on 21 Feb 2013 at 8:47

GoogleCodeExporter commented 8 years ago
any news about this issue

Original comment by 22ro...@gmail.com on 6 Mar 2013 at 3:07

GoogleCodeExporter commented 8 years ago
Happens here too any news?

Original comment by uno.mont...@gmail.com on 2 May 2013 at 11:58