Martin Wiesmüller

Results 2 comments of Martin Wiesmüller

Hi warjohn123, i had the same problem and found my solution in https://github.com/ionic-team/capacitor-plugins/issues/980. After I have encapsulated the `GoogleMap.create` in a timeout, the problem was resolved. ```` ionViewDidEnter() { setTimeout(()...

Same issue on version 6.2.0 - This breaks the show in my project. :-(