Cordova Slack Digest

Sun, 14 Nov 2021 08:21:12 GMT

User count: 4677

Join the conversation at slack.cordova.io

Channel #general (5 messages)


Sun, 14 Nov 2021 06:52:04 GMT

@toanuranjans says

Hi, I am using google native plugin in my ionic 4 project. I am displaying google map in a modal page. I am picking the address by subscribing like below this.map.on(GoogleMapsEvent.MAP_LONG_CLICK).subscribe(async e => {});

Sun, 14 Nov 2021 06:52:41 GMT

@toanuranjans says

https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk.git

Sun, 14 Nov 2021 06:52:47 GMT

@toanuranjans says

using this plugin

Sun, 14 Nov 2021 06:53:38 GMT

@toanuranjans says

Issue : When I am opening the modal containing google map 3rd time, GoogleMapsEvent.MAP_LONG_CLICK is not getting subscribed

Sun, 14 Nov 2021 06:53:46 GMT

@toanuranjans says

this issue is only for Android