Closed AlessandroBagnoli closed 7 years ago
Try this:
setTimeout(this.loadMap.bind(this), 1000);
@wf9a5m75 nothing changes, same result as before.
Ok, please share your project files on github. I will check it.
I have been released new version. Try with the new version.
@wf9a5m75 what's the best way to update the plugin?
$> cordova plugin rm cordova-plugin-googlemaps
$> npm uninstall @ionic-native/core @ionic-native/google-maps
$> cordova plugin add cordova-plugin-googlemaps@2.1.1 --variable API_KEY... --no-fetch
$> npm install @ionic-native/core@4.3.3 @ionic-native/google-maps@4.3.3
@wf9a5m75 thank you, can't look at my code until saturday, I'll let you know by then.
Everything works fine with the latest version. Thank you and keep up the good work buddy!
I'm submitting a ... (check one with "x") [ ] question [x] any problem or bug report [ ] feature request
The plugin version: (check one with "x") [ ] 2.0-beta3 (github) [x] 2.0 (npm)
If you choose 'problem or bug report', please select OS: (check one with "x") [ ] Android [x] iOS
cordova information: (run
$> cordova plugin list
)If you use
@ionic-native/google-maps
, please show me the package.jsonCurrent behavior: Callback after marker creation is not executed, moreover, the custom icons for the markers are not shown. Everything is fine only when i launch the app in --livereload mode. On Android, everything is fine even without the --livereload option.
Expected behavior:
Steps to reproduce:
Screen capture or video record:
Related code, data or error log (please format your code or data):