@stplush wrote:
Currently I have a refresher on my page, a very simple one, that listens to ionRefresh. I also have a google maps on that page in which I place pins, that require updates on refresh.
My problem is that when I scroll on the google maps, the refresher is also being activated. That is not something I want.
I want to prevent the refresher from activating when my swipe starts somewhere on the map. I already tried using event.target.complete() and event.target.cancel() in a (ionStart) method. that works, but after that it completely disables the refresher.
Is there a way to ignore the refresher when I swipe on some element like a maps that has dragging features on it’s own?
Ionic:
Ionic CLI : 6.5.0 (/usr/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.0.7
@angular-devkit/build-angular : 0.901.0
@angular-devkit/schematics : 9.1.0
@angular/cli : 9.1.0
@ionic/angular-toolkit : 2.2.0Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 7.1.4
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 3.1.2, (and 8 other plugins)Utility:
cordova-res : not installed
native-run (update available: 1.0.0) : 0.3.0System:
Android SDK Tools : 26.1.1 (/home//Android/Sdk)
NodeJS : v10.19.0 (/usr/bin/node)
npm : 6.14.4
OS : Linux 4.15
Xcode : xcbuild version 0.1 Build version 1
Posts: 1
Participants: 1