Giter VIP home page Giter VIP logo

Comments (11)

wahkim avatar wahkim commented on July 27, 2024 3

@darshankawar @wahkim因此,与网络视图无关。这是iOS用中flutter 3.22.1的向后滑动手势错误。相关问题#149393

你现在解决了吗?或者等待sdk更新?

还没有。我只能确认flutter 3.19.6没有这个问题。如果sdk最近没有更新,也许我只能将flutter版本降级到3.19.6。

I was just upgraded from 3.19.6, 3.19.6 version has a background return card screen problem has not been solved, and there is no recurrence plan. It's hard.

from flutter.

BeesUser avatar BeesUser commented on July 27, 2024

I would like to add a comment, I have the same problem with the fact that if the keyboard was hidden and focus was removed, it is not possible to put it back even through focusNode.requestFocus(), and the problem is not related to the webview

from flutter.

ebwood avatar ebwood commented on July 27, 2024

I would like to add a comment, I have the same problem with the fact that if the keyboard was hidden and focus was removed, it is not possible to put it back even through focusNode.requestFocus(), and the problem is not related to the webview

@BeesUser Could you provide a simple example to reproduce your problem?

from flutter.

darshankawar avatar darshankawar commented on July 27, 2024

@ebwood
I tried the details as you provided using latest stable version but I was unable to replicate the reported behavior.

149338.mov

Are you swiping back to previous screen or tapping on back arrow ?

Can you also try the same on iOS device and see if you still get same behavior or not ? If it persists, please switch to latest master version and re-run your scenario to check if in master too it replicates or not. See a related issue which works in master.

from flutter.

darshankawar avatar darshankawar commented on July 27, 2024

I would like to add a comment, I have the same problem with the fact that if the keyboard was hidden and focus was removed, it is not possible to put it back even through focusNode.requestFocus(), and the problem is not related to the webview

@BeesUser Please file a new issue using template and fill out requested details so that we can address it properly.

from flutter.

wahkim avatar wahkim commented on July 27, 2024

@

@ebwood我尝试了您使用最新稳定版本提供的详细信息,但我无法复制报告的行为。

149338.mov

您是向后滑动到上一个屏幕还是点击后退箭头?

你也可以在iOS设备上尝试同样的尝试,看看你是否仍然有相同的行为吗?如果它仍然存在,请切换到最新的主版本并重新运行您的场景,以检查它是否也在主版本中复制。请参阅在master中有效的相关问题

I would like to add a comment, I have the same problem with the fact that if the keyboard was hidden and focus was removed, it is not possible to put it back even through focusNode.requestFocus(), and the problem is not related to the webview

@BeesUser Could you provide a simple example to reproduce your problem?

After jumping to the next page in version 3.22.1, gesture side slide back, then click TextField will appear

`
import 'package:flutter/material.dart';

class Test2 extends StatefulWidget {
const Test2({super.key});

@OverRide
State createState() => _Test2State();
}

class _Test2State extends State {
@OverRide
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(),
body: Container(
child: Center(
child: Text('2'),
),
),
);
}
}

class TestField extends StatefulWidget {
const TestField({super.key});

@OverRide
State createState() => _TestFieldState();
}

class _TestFieldState extends State {
FocusNode focusNode = FocusNode();

@OverRide
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
actions: [
TextButton(
onPressed: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (BuildContext context) => Test2(),
),
);
},
child: Text('跳转'))
],
),
body: Container(
child: Center(
child: TextField(
focusNode: focusNode,
),
),
),
);
}
}

`

RPReplay_Final1717140181.mov

from flutter.

ebwood avatar ebwood commented on July 27, 2024

@darshankawar @wahkim

So this is nothing to to with webview. It's the swipe back gesture error in iOS with flutter 3.22.1.
The related issue #149393

from flutter.

wahkim avatar wahkim commented on July 27, 2024

@darshankawar @wahkim

因此,这与网络视图无关。这是iOS中使用flutter 3.22.1的向后滑动手势错误。相关问题#149393

Have you solved it now? Or wait for the sdk update?

from flutter.

ebwood avatar ebwood commented on July 27, 2024

@darshankawar @wahkim
因此,这与网络视图无关。这是iOS中使用flutter 3.22.1的向后滑动手势错误。相关问题#149393

Have you solved it now? Or wait for the sdk update?

Not yet. I can only confirm the flutter 3.19.6 has no this problem. If sdk is not updated recently, maybe I can only downgrade flutter version back to 3.19.6.

from flutter.

darshankawar avatar darshankawar commented on July 27, 2024

So this is nothing to to with webview. It's the swipe back gesture error in iOS with flutter 3.22.1.
The related issue #149393

@ebwood If you look at the linked issue and this comment, it is already fixed in master, so you can switch to latest master and re-run your scenario to confirm it works properly.

Closing, as this is a duplicate issue and the original is already fixed in master.

from flutter.

github-actions avatar github-actions commented on July 27, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

from flutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.