UNPKG

@nativescript-community/gesturehandler

Version:

Declarative API exposing platform native touch and gesture system to NativeScript.

13 lines 815 B
<?xml version="1.0" encoding="utf-8"?> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Minimum span needed to begin a touch scaling gesture. If the span is equal to or greater than this size, a scaling gesture will begin, where supported. (See android.view.ScaleGestureDetector) This also takes into account the size of any active touch points. Devices with screens that deviate too far from their assigned density bucket should consider tuning this value in a device-specific overlay. For best results, care should be taken such that this value remains larger than the minimum reported touchMajor/touchMinor values reported by the hardware. --> <dimen name="config_minPinchSpan">27mm</dimen> </resources>