You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app crashes when map sets camera after the map is created. Error is thrown from google maps plugin.
Also with other methods of the plugin the error is thrown:
eg.:
I did some further debugging and found out that it may be related to this issue: #1366, where the map is not properly created and any operation will crash the app since there is no mapViewController.
With some of the comments on the other issue, I could partly create the map and the camera is working now. So I believe that the plugin fails to create the GMapView so that it is nil.
The text was updated successfully, but these errors were encountered:
Bug Report
Plugin(s)
Capacitor Version
Platform(s)
IOS
Current Behavior
The app crashes when map sets camera after the map is created. Error is thrown from google maps plugin.
Also with other methods of the plugin the error is thrown:
eg.:
I haven't tested all methods.
Expected Behavior
App should not crash
Code Reproduction
Archive.zip
or
Additional context:
I did some further debugging and found out that it may be related to this issue: #1366, where the map is not properly created and any operation will crash the app since there is no
mapViewController
.With some of the comments on the other issue, I could partly create the map and the camera is working now. So I believe that the plugin fails to create the
GMapView
so that it is nil.The text was updated successfully, but these errors were encountered: