-
When nesting the inside a react-native Touchable the wheel does not scroll in any way, I think the touch events are blocked inside the Touchable.
-
I want to make a slider as spotify and that can be easily draggable on phones or other devices but here i tried to increase the touchable area of the slider without increasing the size of the slider i…
-
Adding a child with TouchableHighlight or similar inside the ViewOverflow view results in touch events not working.
Which truly renders this tool, as helpful as it is, useless.
-
Trying to disable any effect when swiping or pressing TabBar navigation tabs on android setup.
### Current behaviour
Even after setting this parameters, it is not much noticeable but effect is…
-
Given code in `src/stories/Touchable.js`:
```javascript
import React from 'react';
import { storiesOf, action } from '@kadira/storybook';
import { Text } from 'react-native';
import { Touchab…
thurt updated
7 years ago
-
RN 0.74.1
Content of context menu is highlighted with orange.
On Android it tappable only on the top border (1-3px) of orange area. On iOS everything is fine. Any idea how to make all children…
-
I have seen this asked a few times, but is not possible to use `pointEvents="none"` and `pointerEvents="box-none"` is allow for users to scroll a header, but also have touchables in the header? It's u…
-
I meant to report this a week or three ago, but on my surface, which is touchable, the select doesn't work because it switched to mobile mode where there is no browser handled popover select thing for…
-
Should we have `Touchable` mocks to respect `disabled` props (i.e. not to call `onPress` callback when it has `disabled` props)? or is this outside the scope of this library?
-
The canvas transform(translate, scale, clilpRect) has no effect on TouchyCanvas
demo
```dart
import 'package:flutter/material.dart';
import 'package:touchable/touchable.dart';
void main() {
…