mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(android): gesture events fix (#9842)
native `recognizer` should be reported as `android` and not `ios`
This commit is contained in:
@@ -330,7 +330,7 @@ export class GesturesObserver extends GesturesObserverBase {
|
||||
object: this.target,
|
||||
type,
|
||||
view: this.target,
|
||||
ios: recognizer,
|
||||
android: recognizer,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user