Using StageWebView.loadString() to display Google Maps on AIR for iOS
问题 I'm trying to use a StageWebView to display a Google Maps map generated using the Javascript API. Is there a reason why it won't render on iOS? It works on Android and in the AIR simulator, but not on iOS devices. I can view the HTML generated in Safari, too, which makes it even odder. Example HTML (I am dynamically generating this in-app, not that it matters): <!DOCTYPE HTML> <html style="width:100%; height:100%; margin: 0; padding: 0;"> <head> <title></title> <script src="https://maps