Telerik-Verified-Plugins / NativePageTransitions

Native transitions like Slide and Flip for iOS, Android and Windows Phone
277 stars 107 forks source link

Google Maps plugin incompatibility in Crosswalk environment #95

Open agregoris opened 8 years ago

agregoris commented 8 years ago

Hello there,

I've tried this plugin works with Cordova GoogleMaps plugin using Crosswalk 14+ and Ionic as the doc says. The GoogleMaps plugin works fine but when I try to add NativePageTransitions these don't work properly.

I think the cause is the ANIMATABLE_XWALK_VIEW value of Crosswalk. The NativePageTransitions requires set this value to TRUE and GoogleMaps requires the opposite.

It would be great if these two fantastic plugins could work together. Any suggestion?

EddyVerbruggen commented 8 years ago

I honestly have no idea how these two could play together nicely. Which features of Maps do you require? Perhaps you can swap it out for leaflet or Mapbox...

agregoris commented 8 years ago

Change the maps provider is not an option for me at this moment. I open the same issue in the GoogleMaps plugin repository in order to find a solution for both plugins.