cordova-plugin-googlemaps: Still having conflicts with cordova-plugin-datepicker in iOS
I’m submitting a … (check one with “x”)
- question
- any problem or bug report
OS: (check one with “x”)
- Android
- iOS
- Browser
cordova information: (run $> cordova plugin list)
branch-cordova-sdk 2.6.24 “branch-cordova-sdk”
com.telerik.plugins.nativepagetransitions 0.6.5 “Native Page Transitions”
cordova-android-support-gradle-release 1.4.5 “cordova-android-support-gradle-release”
cordova-clipboard 1.2.1 “Clipboard”
cordova-plugin-actionsheet 2.3.3 “ActionSheet”
cordova-plugin-add-swift-support 1.7.2 “AddSwiftSupport”
cordova-plugin-app-version 0.1.9 “AppVersion”
cordova-plugin-appcenter-analytics 0.1.8 “App Center Analytics for Cordova”
cordova-plugin-appcenter-crashes 0.1.8 “App Center Crashes for Cordova”
cordova-plugin-appcenter-shared 0.1.8 “App Center shared code for Cordova”
cordova-plugin-browsertab 0.2.0 “cordova-plugin-browsertab”
cordova-plugin-calendar 5.1.2 “Calendar”
cordova-plugin-camera 2.4.1 “Camera”
cordova-plugin-compat 1.2.0 “Compat”
cordova-plugin-console 1.1.0 “Console”
cordova-plugin-crop 0.0.3 “CropPluginWithRatio”
cordova-plugin-datepicker 0.9.3 “DatePicker”
cordova-plugin-device 2.0.2 “Device”
cordova-plugin-dialogs 2.0.1 “Notification”
cordova-plugin-facebook4 2.5.0 “Facebook Connect”
cordova-plugin-file 6.0.1 “File”
cordova-plugin-filepicker 1.1.5 “File Picker”
cordova-plugin-firebase 2.0.5 “Google Firebase Plugin”
cordova-plugin-googlemaps 2.5.0-beta-20181030-1133 “cordova-plugin-googlemaps”
cordova-plugin-googleplus 5.3.2 “Google SignIn”
cordova-plugin-headercolor 1.0 “HeaderColor”
cordova-plugin-inappbrowser 2.0.2 “InAppBrowser”
cordova-plugin-ionic-webview 1.2.1 “cordova-plugin-ionic-webview”
cordova-plugin-network-information 2.0.1 “Network Information”
cordova-plugin-qrscanner 2.6.0 “QRScanner”
cordova-plugin-splashscreen 5.0.2 “Splashscreen”
cordova-plugin-statusbar 2.4.2 “StatusBar”
cordova-plugin-vibration 3.1.0 “Vibration”
cordova-plugin-whitelist 1.3.3 “Whitelist”
cordova-plugin-x-socialsharing 5.4.1 “SocialSharing”
cordova-support-android-plugin 1.0.1 “cordova-support-android-plugin”
es6-promise-plugin 4.2.2 “Promise”
ionic-plugin-keyboard 2.2.1 “Keyboard”
mx.ferreyra.callnumber 0.0.2 “Cordova Call Number Plugin”
onesignal-cordova-plugin 2.4.3 “OneSignal Push Notifications”
phonegap-plugin-mobile-accessibility 1.0.5-dev “Mobile Accessibility”
uk.co.workingedge.phonegap.plugin.launchnavigator 4.2.2 “Launch Navigator”
If you use @ionic-native/google-maps, please tell the package.json (only @ionic-native/core and @ionic-native/google-maps are fine mostly)
@ionic-native/core : 4.5.2
@ionic-native/google-maps : 4.5.2
Current behavior: Plugin cordova-plugin-datepicker doesn’t work. Actually it works, but his touch events have a ~1cm y offset to the bottom. According to #2026 and #1875 and #1584 this should be ok in #multiple_maps branch.
Expected behavior: No conflits.
Screen capture or video record:

This works pretty fine without cordova-plugin-googlemaps.
Related code, data or error log (please format your code or data):
const date = await this.datePicker.show({ mode: 'datetime', androidTheme: this.datePicker.ANDROID_THEMES.THEME_DEVICE_DEFAULT_LIGHT, date: this.startDate ? this.startDate : new Date(), is24Hour: true, allowOldDates: false, minDate: this.minDate.valueOf(), maxDate: this.maxDate.valueOf(), locale: 'pt_BR' });
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 2
- Comments: 16 (7 by maintainers)
https://github.com/sunilgodi/Date-picker-google-MAP-Conflict.git
Hello, can you reopen this issue?
I have created a sample project which simulates this issue on iOS
I shall upload the files on GitHub. (Hope www folder, config.xml, and package.json will do)