Google maps loaded via Flex/AS3/AIR HTML component, StageWebView, and StageWebViewBridge no longer display the standard map Markers and produces runtime errors.
Has anyone else noticed this? Solutions/workarounds?
Google Maps API v.3.31 update breaks StageWebView and StageWebViewBridge
129 Views Asked by Frank McGuire At
1
There are 1 best solutions below
Related Questions in APACHE-FLEX
- call Win32 API in flex to set Window Display Affinity
- Adding a listener to a VerticalScrollBar in flex
- Two ane file conflict in one flex mobile application
- Using AS3 Timer & distriqt Notification ANE To Send Notifications While In Sleep Mode
- Creating a vertically draggable container in Adobe Flex 3.5
- There is no save() method in FileReference Class of Flex
- Passing data between MXML files and opening one after Click on another
- How to check a Number in mxml?
- Strange flex module behavior.Module become null when add a little nonsense code
- AS3 can't find the load method on a Loader
- 2032 Flex error while contacting HTTPS REST services
- Error Message not generated
- ASC2 compiler with Flash Builder 4.6
- Is there a class in AS3 that tells you the type of the URL protocol?
- Skip window from being captured
Related Questions in GOOGLE-MAPS-API-3
- how show result the autocomplete in the map in CodeIgniter Google Maps V3 API Library?
- google maps api zoom don't work
- Accessing Google Maps Markers in 2D-array from outside
- kmllayer with polygons hide map
- How to specify the delay for the google map marker
- Google Maps API v3 - change strokeWeight of polylines for different zoom levels
- Pop-up info box in google maps
- Google Map API Custom Marker Image
- Add Google map or bing as base layer in ArcGIS api for android
- Search Form for Google Maps, using a multiselect dropdown
- How to place group of markers with transition effect?
- Google maps API v3.0 - Showing distance and estimated time above direction path
- Using Mapstraction and Google maps API - map not showing
- Custom Google Maps Search Box not Localizing returns upon [Enter]
- Google Maps Drawing Tools: Route path between points using Directions API
Related Questions in STAGEWEBVIEW
- I want to use StageWebView instead of opening browser iOS
- how can i read page source from StageWebView in Flex 4.6
- StageWebView in Flex 4.6 does not load content via Ajax
- How to clear a StageWebView's cookies?
- StageWebView Scrolling - iOS AIR
- Disabling iOS Elastic Scrolling on an embedded YT IFrame
- Why does this Facebook page can't be displayed within a StageWebView?
- Is it possible to open the external browser from within a web page in StageWebView?
- Air StageWebView html5 content vs native browser performance
- StageWebViewBridge not loading GoogleMaps v3 (Adobe Air)
- StageWebView: Missing images on some websites
- Air for android StageWebView issue
- How to position spark List control below StageWebView in Flex Mobile
- Air Android - StageWebView and URLLoader cache
- SkinnablePopUpContainer Is Visually Blocked by StageWebView in Flex
Related Questions in STAGEWEBVIEWBRIDGE
- Keep Flash Mobile StageWebView and HttpService cookies in sync - Android
- Does StageWebView work on Desktop devices?
- StageWebViewBridge not loading GoogleMaps v3 (Adobe Air)
- Away3d 4 + IOS StageWebView + Video fullscreen = View3D empty
- StageWebViewDisk Breaks the File Upload on iPad (iOS?)
- How to inspect stageWebViewBridge in Adobe AIR instance with Google Chrome
- StageWebViewBridge intermittent initializing
- how do I add a stagewebviewbridge instance to stage with FB 4.6
- Error loading local html on StageWebViewBridge
- JavaScript html scroll like in iOS
- Google Maps API v.3.31 update breaks StageWebView and StageWebViewBridge
- Flex Mobile / StageWebView data *sharing*
- Can't find variable: StageWebViewBridge
- I cannot get the StageWebViewBridge to load external assets
- StageWebViewBridge loading included assets
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
OK, I found the answer.
Google Maps API v3.31 requires a better WebKit than the AIR WebKit which the Flex HTML component uses and which the StageWebView uses by default.
The WebKit cannot be changed in the FLEX HTML component (AIR WebKit) but the StageWebView component can be made to use the native browser's WebKit in its constructor:
To make this change in StageWebViewBridge you need to use the StageWebViewBridge project source code (https://github.com/xperiments/stagewebviewbridge) instead of the SWC and in the StageWebViewBridge class constructor, do the same thing: