-
Putting a horizontal `Spacer` inside a `ScrollView` breaks layout.
```swift
ScrollView {
VStack {
HStack {
Button("test ") {}
Spacer() // this spacer inside scrollview is bad…
Amzd updated
2 months ago
-
react-native-radial-gradient: "^1.1.5"
react-native: "^0.75.2",
xCode: 15.4
The project is building ok, but the app brokes when tries to render the component.
TypeError: Cannot read property '…
-
Is this supported by the library? We were playing around with it, and it doesn't seem to work out of the box:
## Community Template:
![CleanShot 2024-11-13 at 10 31 00@2x](https://github.com/user…
-
### Description
Vertical scrolling, Android has made special adjustments to the P version, but horizontal scrolling has not been addressed, resulting in rebound issues when horizontal scrolling is to…
-
I'd like to make a horizontal ScrollView, but there is the weird behaviour when I put ScrollView inside another one.
You can reproduce it by adding this into demo/components.xml
![image](https://u…
-
I have a task titled "Touch Backdrop Not Working." I used swipeDirection={['down']}. I understand that onBackdropPress does not work with swipeDirection. However, my superior requires that the backdro…
-
The Flickable/ScrollView allows showing content that is larger than the size of the Flickable/Scrollview element.
The current API uses the following terms and properties:
Flickable.width/Fli…
-
### Description
I have my vertical scrollbar set to "Always". When the page is loaded, the scrollbar is there. Only **AFTER** I scroll in the scrollview, the scrollbar is visible, but then disappe…
-
When I want to use a reversed scroll view (useful for chat interfaces) in a ScrollableSheet then the touch inputs and the scrolling are handled upside down.
In the video the only correct movement r…
-
### Cocos Creator version
3.8.4
### System information
all
### Issue description
现象:
一个滚动列表里 如果有按钮, 那么 当 cancelInnerEvents = true 时, , 在某些设备上 按钮经常很难被点击到.
原因:
列表滚动会取消(拦截) 列表子节点接收touch相关事件 .…