I am working on a Tizen 3 M2 app that utilizes Google Maps API.
When I run it, I get a bunch of errors that seem to indicate that the Google Maps API is not loading.
The code works properly in regular web browsers, Tizen 1 and 2 but not in the emulator or on an actual device running Tizen 3 M2.
The sample Google Maps code that I am using can be found at https://developers.google.com/maps/documentation/javascript/examples/map-simple
Click on the tab that says 'JavaScript + HTML'. I copy/pasted that code into an empty index.html file in a new project.
As mentioned, the code works perfectly pretty much everywhere except Tizen 3.
Thanks for any help you can provide.