Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Air Stage Webview and HTML loader will fail on GoogleMap API v3.35 tomorrow.

Contributor ,
May 13, 2019 May 13, 2019

Just very short heads up for AIR desktop Developers, that you're google maps will stop working altogether tomorrow sometime, due to the fact the desktop browser is a webkit browser from 2010.


You can add a vote to a request from 2013 if you would like to.
https://tracker.adobe.com/#/view/AIR-3630656

You'll likely get an error similar to this:

Error: The Google Maps JavaScript API does not support this browser.

at https://maps.googleapis.com/maps/api/js?v=3.35&key={XXX} : 109 drawmap at https://<XXX>/API/code/vic1/vmlib-1.0.0.js : 473

TOPICS
Development
713
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 13, 2019 May 13, 2019

this API will keep working
Overview  |  Maps Static API  |  Google Developers

or just use an ANE

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 13, 2019 May 13, 2019

Yeah, that's okay.  Static Maps is hughly different than the current 3.36 interactive. 

I wrote a slim version of our map using Bing Static maps,  BING has an API that gives you the position of the icons relative to the map you request, so one can easily overlay a 'div' hot spot to have interactivity with the image.

It's just like Bing Maps 2012 !  😉

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 14, 2019 May 14, 2019

Do they make ANE's for desktop apps, or is that only for mobile applications?  Google Maps is a huge part of our platform, this could become a real problem if you are correct.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 14, 2019 May 14, 2019
LATEST

The one ANE for desktop I know of has a number of dependencies you need to ensure install as well.   I'm looking at implementing this.

GitHub - tuarua/WebViewANE: WebView Adobe Air Native Extension for OSX 10.10+, Windows Desktop, iOS ...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines