Closed lhsantos closed 7 years ago
"@ionic-native/core": "3.12.1
This have to be 4.2.1
I just saw and changed this, but still nothing, all my packages are on the latest version (I did run npm update, btw):
"dependencies": {
"@angular/common": "^4.3.6",
"@angular/compiler": "^4.3.6",
"@angular/compiler-cli": "^4.3.6",
"@angular/core": "^4.3.6",
"@angular/forms": "^4.3.6",
"@angular/http": "^4.3.6",
"@angular/platform-browser": "^4.3.6",
"@angular/platform-browser-dynamic": "^4.3.6",
"@angular/tsc-wrapped": "^4.3.6",
"@ionic-native/barcode-scanner": "^4.2.1",
"@ionic-native/core": "^4.2.1",
"@ionic-native/device": "^4.2.1",
"@ionic-native/file": "^4.2.1",
"@ionic-native/geolocation": "^4.2.1",
"@ionic-native/globalization": "^4.2.1",
"@ionic-native/google-maps": "^4.2.1",
"@ionic-native/google-plus": "^4.2.1",
"@ionic-native/in-app-browser": "^4.2.1",
"@ionic-native/insomnia": "^4.2.1",
"@ionic-native/native-audio": "^4.2.1",
"@ionic-native/native-storage": "^4.2.1",
"@ionic-native/splash-screen": "^4.2.1",
"@ionic-native/status-bar": "^4.2.1",
"@ionic/storage": "2.0.1",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "^1.0.2",
"cordova-custom-config": "^4.0.2",
"firebase": "^4.3.1",
"fs-extra": "^4.0.1",
"geofire": "^4.1.2",
"ionic-angular": "^3.6.1",
"ionicons": "3.0.0",
"ng2-cordova-oauth": "0.0.8",
"promise-polyfill": "^6.0.2",
"raven-js": "^3.17.0",
"rxjs": "^5.4.3",
"sw-toolbox": "3.6.0",
"zone.js": "^0.8.17"
},
"devDependencies": {
"@ionic/app-scripts": "2.1.3",
"ionic": "3.9.2",
"typescript": "2.3.4"
}
The plugin doea not modify any touch event (actually can not).
If you want to inspect your code by me, please share your project files(or demo project). I will inspect it tomorrow.
I just checked out this commit:
And the zoom is working. However, on the latest versions both at npm and the repository, it's not. I think maybe the zoom option is being disabled even though the field has value "true"? I think I'll just use the latest version that works for now. I'll prepare a test repository to share with you soon.
Umm, I haven't touched around the gesture. Please share the demo project.
OK, the bare minimum example is enough to reproduce. At least, in both my devices the zoom simply stopped working. I have no idea about what might be happening. I've committed to the same project you were already added as a collaborator: https://github.com/lhsantos/gmapstest
any updates ?
I have an update, but I have been testing for another projects as well. Please wait for a while.
Im using Ionic 3, cant drag/click marker or anything. Dont know if is this bug.
I fixed the bugs. Please reinstall from the multiple_maps branch.
Now its working, thanks !
I'm submitting a ... (check one with "x") [X ] question [ ] any problem or bug report [ ] feature request
The plugin version: (check one with "x") [ X] 2.0-beta3 (github) [ ] 2.0 (npm)
If you choose 'problem or bug report', please select OS: (check one with "x") [ X] Android [ ] iOS
cordova information: (run
$> cordova plugin list
)If you use
@ionic-native/google-maps
, please show me the package.jsonCurrent behavior: Until the last beta version of the plugin I used (2.0.0-beta3-20170903-1743) the zoom gesture was working without problems. Now it's not. What am I doing wrong? Did I miss something? I checked the documentation and my code seems OK.