Open JoeCiou opened 2 years ago
Hi @JoeCiou, you appear to be on an older version of flutter. Kindly upgrade to the latest version of stable to see if you can still reproduce this issue.
Thank you
@danagbemava-nc I tried Flutter 3.0.5 with the same example and still have this issue.
Hi @JoeCiou, do you experience this issue on the iOS simulator only or both the simulator and physical devices?
@danagbemava-nc I found it only occur on simulator, physical device is working properly.
Issue is reproducible on stable
and master
only on the iOS simulator. Physical devices work just fine.
@Piinks
Has this been tested on a physical device? I think I recall a past issue or two where the simulator was interfering...
@Piinks yes, on a physical device everything works as expected
I'm having the same issue with the simulator. Physical device works as expected.
Steps to Reproduce
if there is no app bar for Scaffold, need to tap the status bar twice or more times to scroll list to top.
Expected results: Tap the status bar once to scroll list to top.
Actual results: Tap the status bar twice or more times to scroll list to top.
Flutter version: 2.10.4
Code sample
```dart class _MyHomePageState extends State