-
**问题描述**
AtTabs 在小程序中将at-tabs__header 设置为position: fixed, 在iphone中看不到at-tabs__header
**复现步骤**
```js
// 这里可以贴代码
import Taro, { Component } from '@tarojs/taro'
import { View, Image, …
-
**问题描述**
使用uni-app来检测组件信息时,我看了[createIntersectionObserver](https://uniapp.dcloud.io/api/ui/intersection-observer?id=%e4%bb%a3%e7%a0%81%e7%a4%ba%e4%be%8b)的接口和示例。我发现监听到的数据不准确。可以在Uniapp中直接跑示例代码,或者按照下列步骤…
-
### Version
1.23.0
### Platforms
iOS
### Device Model
iPhone 16 Pro Max
### flutter info
```sh
[✓] Flutter (Channel stable, 3.24.3, on macOS 15.0.1 24A348 darwin-arm64, locale en-US)
• Flu…
-
It seems that I am unable to mutate the content of LegacyScrollView after SwiftUI first creates it. How can i go about changing the content of the scrollview without needing to rebuild the entire Lega…
-
Bug report best practices: https://github.com/xamarin/Xamarin.Forms/wiki/Submitting-Issues
### Description
This happens only iOS. (On Simulator toggle the software Keyboard ON)
Android works fin…
-
this is code
```
class OfficialListExample extends StatefulWidget {
const OfficialListExample({super.key});
@override
State createState() => _OfficialListExampleState();
}
class _Off…
-
### 相关平台
百度小程序
### 复现仓库
[https://gitee.com/qianzhaoyan/taro-swan-renderbug](https://gitee.com/qianzhaoyan/taro-swan-renderbug)
**小程序基础库: 3.190.15**
**使用框架: React**
### 复现步骤
直接打开即可.
重要…
-
text is: cursor at here
![9032b3ab0c4b45f518024d6b29201ad3](https://cloud.githubusercontent.com/assets/1726280/17233235/cb8f6024-5560-11e6-81a4-6c5c8f3c57a6.jpg)
-
在你这个项目/src/pages/discovery/discovery.js上,feed数组中每一项再加一个子数组subFeed,但feed不是固定写好的,是请求返回的,到render中map两次,subFeed就无法渲染。
```
feed:[
{
'question_id': 1,
'answer_id': 3,
…
-
As shown:
https://github.com/Mijick/NavigationView/assets/53881694/43c848f8-d72e-4104-9ba2-9a455266c3a4
Clicking on a textfield will cause a black (or the colour you set `config.backgroundColour…