-
Cannot read property 'get' of undefined
Object.checkIfRecord [as onPress]
Temp.js:24:27
Object.touchableHandlePress
TouchableOpacity.js:264:37
Object._performSideEffectsForTransition
…
-
First of all this is isn't a bug.
I am trying to play a small sound (tried wav, m4a and aac) for my game in Android when the user clicks a button. There's always a small delay before playing the so…
-
## Environment
```
"react-native": "0.72.5",
"react-native-tab-view": "*",
"react-native-pager-view": "6.0.1",
"react-native-gesture-handler": "~2.8.0"
```
## Description
I recently up…
-
When nesting a touchable surface in absolute positioned views, Android will display the children correctly according to style rules, but not handle the touch event. It works as expected on iOS.
Rea…
-
### Bug description
When using SfDateRangePicker on the web with a touchable device, the hover color does not disappear after a scroll.
### Steps to reproduce
1. Use SfDateRangePicker on the …
-
### Brief
There are some issues reporting echarts can't detect properly whether touch-screen device supports touch events or not.
- #7406
- #9301
- #12166
- #12823
The current detection way in…
-
Currently, the carousel does not focus or handle swipes when presented in a tvOS app.
Expected Behavior: The entire carousel should receive focus. When a user swipes right or left on their remote…
-
### Reproduction example
https://codesandbox.io/s/userevent-touchmove-skz767?file=/src/App.test.js
### Prerequisites
1. Use version >= 14.4.0
2. Setup a page that listens to pointerdown and …
-
> react-native-web:0.11.5
react native web中基本实现了一套与react native一致的手势响应系统。
手势响应系统一个最基本的特征就是:任何时刻有且仅有一个responder。
所以,当ScrollView与Touchable共存的时候,就会涉及到竞争。
如果竞争结果错误的话,则会导致一些意外的行为。
## 手势冲突
…
-
I have a flatlist with an item like this:
this.props.onPress()} background={Touchable.SelectableBackground()}>
It usually works, but sometimes I get this error:
Attempted to transition…