I'm submitting a ... (check one with "x")
OS: (check one with "x")
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' });
Please share your project file on github.
@wf9a5m75 unfortunately I can't share my project.
I also tested on real device.
Then what would you do next if you were I?
I don't mean to be rude. I just can't share my code, it's a company's rule.
I brought you all info I could think would help you identify the problem,
including other issues where people already made PRs for this exact same
problem.
However, I think this shouldn't prohibit me or anyone else in the same
situation as I am from bringing you an issue that is indeed happening. This
is an awesome plugin and I thank you and everyone else involved for the
effort. But this can be a very dangerous bug since it can impact every
other plugins that use overlays.
Unfortunately I can't help making a PR since I don't have native knowledge.
If you need something more specific than my entire project or if I can help
in any other ways, feel free to ask me.
Thank you!
At least, you can create a simple project that reproduce your issue 100%.
Sure, give me 2 or 3 days.
ping
ping
Hi, sorry, I had no time to create a project, not just yet.
But I bring some more bad news: this doesn't affect just native overlays. I'm having issues in iOS with my navbar also, in older devices (iPhone 5s / iPhone 6). See both screen captures:
Without cordova-plugin-googlemaps:

With cordova-plugin-googlemaps:

The only change I made was adding cordova-plugin-googlemaps.
If you don't share your code, please don't ask me.
Since there is no update and no sharing the code, I close this thread.
I have the same issue
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)
I'm having the same issue when using cordova-plugin-googlemaps in my ionic project. Exactly the same issue as described in the conflict repo mentioned above:
"After installing cordova-plugin-googlemaps plugin cordova-plugin-datepicker is not working properly in iOS. basically the buttons (Done and cancel) are not responsive. We have to touch below (1cm offset) the button to react."
Would be great if this issue could be reopened.
EDIT: Removing and reinstalling the multiple_maps branch solved this issue for me.
can you give me the multiple_maps branch link to install ?
Most helpful comment
https://github.com/sunilgodi/Date-picker-google-MAP-Conflict.git