Open CodeWithOz opened 3 years ago
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run $> cordova plugin list)
$> cordova plugin list
branch-cordova-sdk 3.2.0 "branch-cordova-sdk" com.googlemaps.ios 3.5.0 "Google Maps SDK for iOS" cordova-android-support-gradle-release 3.0.1 "cordova-android-support-gradle-release" cordova-plugin-actionsheet 2.3.3 "ActionSheet" cordova-plugin-android-notch 1.0.0 "AndroidNotch" cordova-plugin-android-permissions 1.0.2 "Permissions" cordova-plugin-camera 4.1.0 "Camera" cordova-plugin-compat 1.2.0 "Compat" cordova-plugin-contacts 3.0.1 "Contacts" cordova-plugin-datepicker 0.9.3 "DatePicker" cordova-plugin-device 2.0.3 "Device" cordova-plugin-dialogs 2.0.2 "Notification" cordova-plugin-enable-multidex 0.2.0 "Enable Multidex" cordova-plugin-file 6.0.2 "File" cordova-plugin-googlemaps 2.7.0-20191107-1035 "cordova-plugin-googlemaps" cordova-plugin-googleplus 5.3.2 "Google SignIn" cordova-plugin-inappbrowser 3.2.0 "InAppBrowser" cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard" cordova-plugin-ionic-webview 2.5.1 "cordova-plugin-ionic-webview" cordova-plugin-ios-camera-permissions 1.2.0 "iOS Permissions" cordova-plugin-media-capture 3.0.3 "Capture" cordova-plugin-network-information 2.0.2 "Network Information" cordova-plugin-purchase 9.0.0 "Purchase" cordova-plugin-splashscreen 5.0.3 "Splashscreen" cordova-plugin-video-editor 1.1.3 "VideoEditor" cordova-plugin-x-socialsharing 5.6.3 "SocialSharing" cordova-sqlite-storage 5.0.0 "Cordova sqlite storage plugin - cordova-sqlite-storage plugin version" cordova.plugins.diagnostic 5.0.1 "Diagnostic" es6-promise-plugin 4.2.2 "Promise" pushwoosh-cordova-plugin 7.18.7 "Pushwoosh"
Current behavior:
I have a map where I plot up to 20 markers at once. Sometimes there's a delay of 10+ seconds before the markers plot on the map.
Expected behavior:
The markers should always plot quickly after the addMarker command is executed.
addMarker
Screen capture or video record:
Related code, data or error log (please format your code or data):
I created a sample app to show this problem here.
Support this plugin activity
I appreicate if you give me a beer :beer: from here
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)Current behavior:
I have a map where I plot up to 20 markers at once. Sometimes there's a delay of 10+ seconds before the markers plot on the map.
Expected behavior:
The markers should always plot quickly after the
addMarker
command is executed.Screen capture or video record:
Related code, data or error log (please format your code or data):
I created a sample app to show this problem here.
Support this plugin activity
I appreicate if you give me a beer :beer: from here