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
132 Views Asked by Frank McGuire At
1
There are 1 best solutions below
Related Questions in APACHE-FLEX
- How to Run flash applications in any browsers with out adding manual extensions in 2023
- Error: Infra Phase complete, 0/0 resources updated in 02 seconds
- How to replace HTMLLoader to display PDF inside air application
- Air desktop application CSS file and image url
- Flex conditional statement: set VGroup height according to Label Text
- D365 - Azure Devops - Git Repo - How to check the history of a file which is stored in separate folders in the Main branch
- How to access data from row in Grid while selecting it so that further it can be used in Text Field below in Adobe Flex (ActionScript)?
- Actionscript: Access of possibly undefined property id
- Adobe flex in 2021
- How i can add cron entry without time using chef
- Equivalent of parent parentDocument from flex
- Captive runtime packaging issue (Failed to load the AIR Runtime) under Catalina 10.15.7 with ADT
- Getting error while running curl command via chef
- How can I create a context menu on the fly in a textArea in AS3/AIR?
- Flex SDK installer fails to download https://github.com/swfobject/swfobject/archive/2.2.zip
Related Questions in GOOGLE-MAPS-API-3
- distance matrix api gives incorrect data
- google maps api - how to get location information /place_id from shareable links maps.goo.gl
- How to Filter bus stops between Start and Stop BUS STOP?
- On Vue 2 : You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors
- How to correctly use the Google Maps Geocoding endpoint? It's not returning correctly place
- Maps and Cloud Google API Acces
- My location also moves when dragging the Google Map left and right
- Edited polygon not showing up after saving changes in Google Maps API
- Finding a point exactly between two points on a map at a specific distance from one point
- Way to search and get a panoram image and other info on places
- Own map in the google maps API
- how can i use googlemap gRPC in android?
- Can't render two markers at a same time @react-google-maps/api
- HTML/JS Google Maps API for reviews is showing only 5 reviews
- Does Google Maps API incorrectly interpret -90 and 90 lat?
Related Questions in STAGEWEBVIEW
- Google Maps API v.3.31 update breaks StageWebView and StageWebViewBridge
- Error with Google Maps JavaScript API >= 3.28 and Apache Flex 4 StageWebView
- StageWebView Flash's White when Displayed
- Youtube video on AIR iOS app isn't displayed anymore with AIR 23
- connect/disconnect bluetooth keyboard Adobe Air Android App Crash
- Youtube video crops when loading it using StageWebView
- Why am I getting "InvalidValueError" error when trying to implement Google Maps JavaScript API in an AIR Android application using StageWebView?
- AS3: Resize StageWebView on Event.RESIZE when using Starling
- StageWebView: Missing images on some websites
- StageWebViewBridge not loading GoogleMaps v3 (Adobe Air)
- Air for android StageWebView issue
- How to display StageWebView page in .ipa app from Flash Professional
- Adobe Air stagewebview not using useNative browser
- StageWebView Error #2044 What it means?
- Embed YouTube video on Adobe Air application for Android (without bugs)
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: