VitaliiBlagodir / cordova-plugin-datepicker

MIT License
319 stars 351 forks source link

Does not work with Google Maps v2 #242

Open LeVadim opened 6 years ago

LeVadim commented 6 years ago

cordova information: (run $> cordova plugin list) com.googlemaps.ios 2.3.0 "Google Maps SDK for iOS" cordova-plugin-datepicker 0.9.3 "DatePicker" cordova-plugin-googlemaps 2.0.0-beta3-20170816-1600 "cordova-plugin-googlemaps" cordova-plugin-wkwebview-engine 1.1.4-dev "Cordova WKWebView Engine" cordova-wheel-selector-plugin 1.0.0 "Cordova Wheel Selector Plugin"

Current behavior: https://ionicframework.com/docs/native/wheelselector-plugin/ https://ionicframework.com/docs/native/date-picker/ These both 2 plugins does not work at all with new Google Maps version. The feeling is that those 2 plugins are invisible - finger can't do any tap.

Expected behavior: They should work as they worked in the 1.4 version.

https://github.com/mapsplugin/cordova-plugin-googlemaps/issues/1650

Alex0x47 commented 6 years ago

I have the exact same issue with the date picker plugin.

I removed the Google Maps plugin and date picker worked fine again. I installed Maps 2.0 plugin again and the issue came back.

I can't use Google Maps 1.4 because I'm using Ionic 3.

@LeVadim did you find any solution ?