Closed WynOwen72 closed 1 year ago
I think Google had either an outage 13-14 June, or they're currently decommissioning the v3-beta version of the Android Google Maps SDK.
iOS and web were doing fine. But Android suffered issues. Right now it works for me again. I will keep an eye out..
I didn't want to upgrade the v3-beta version to the latest, because - according to my tests (which were quite extensive) at least - v3-beta is performing way better (when having many markers on the map) than the latest version. (https://issuetracker.google.com/issues/69114412)
Hi Tafelnl,
Thanks for the update. What you describe fits as everything is working this morning again.
So I've written my Vue\Capacitor\Ionic app using this plugin. I got everything working using the Android Studio emulators, then graduated on my Android phone with the app being installed via USB. Everything worked. Screenshot from the emulator:
Yesterday I compiled the first APK. I then used this APK to install the app on my phone. The homescreen via the APK and in the emulator is now blank:
As you can see the google logo is in the bottom left corner and the controls are in the bottom right corner so the whole plugin semi works. I've tried uninstalling the plugin and reinstalling it. I have created a new API key and updated the AndoidManifest.xml. There are no restrictions on the API key. Still the blank map. To check if it's the app or the environment on my PC I created a new Vue3 project and used the Vue example:
This also results in the blank screen:
To me this means it's an environment issue. But what could cause this?
TIA