-
**Current Behavior**
- Swipe horizontal does not work on ScrollView with Top Tab Navigator
**Expected Behavior**
- Swipe horizontal should work on ScrollView with Top Tab Navigator
**How t…
-
### Current Behavior
I'm not seeing an elevation shadow under my tabbar on Android. I've tried using elevation as style property.
```
tabBarOptions: {
activeTintCol…
-
### 重现链接
```javascript
import Taro from '@tarojs/taro';
import { useState } from 'react';
import './index.less';
const switchTab = "switchTab";
const list = [
{
pagePath: '/pages/mai…
-
发现一个bug
已使用ScreenUtilInit
页面A和B是同级用PageView包裹的页面,当我在页面A跳转页面 C (IOS风格),随后在页面C半侧滑返回页面A时(没有果断返回,扭扭捏捏那种),返回A页面,当我再跳转B页面时会出现
Another exception was thrown: Null check operator used on a null value
但是当我移…
-
i have some problem with bottomtabnavigator,
bottomtab dosen't disappear when keyboard is activated
how can i hide my bottom tab bar when keyboard is activated???
and this is my code
`import Rea…
-
## Descrição da atividade
Criar navegação da aplicação mobile.
## DoR
- [x] Cabe em uma sprint (de preferência não maior que 8 story points)
- [x] Validado com o cliente
## DoD
- [x] Testado e in…
-
Here is my test code , pageA Navigator to pageB, _PageAState will call build
Code
```
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends Statele…
-
在微信小程序中自定义(custom-tab-bar)中使用Taro.switchTab后无法正确显示选中标签
-
![1661506995259](https://user-images.githubusercontent.com/15871933/186876711-071e8a45-a2c7-4b9e-933e-b58be062ec19.png)
![1661507036106](https://user-images.githubusercontent.com/15871933/186876833-0…
-
样例中的_SliverAppBarDelegate只有在初始化时才会build, 之后滑动不会再rebuild
对比了修改前后的代码,没有什么头绪,请问可以指点下问题大概出在哪里吗?
```dart
class _SliverAppBarDelegate extends SliverPersistentHeaderDelegate {
_SliverAppBarDelegate({
…