dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

ScrollView when added with Bindable layout does not work after api call or some seconds delay #11031

Open samirgcofficial opened 2 years ago

samirgcofficial commented 2 years ago

Description

Scroll View has some glitches scrolling up or down where as Scroll view completely won't work on iOS

Steps to Reproduce

Create new Maui Latest app Add a bindable Layout inside the scrollview with data. Make some seconds delay for the data to populate Then see the magic :) It won't work.

Link to public reproduction project repository

https://github.com/samirgcofficial/MAUIBug

Version with bug

6.0.486 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android

Affected platform versions

iOS 14 and Latest Android

Did you find any workaround?

No response

Relevant log output

No response

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

Zhanglirong-Winnie commented 1 year ago

Verified this issue with Visual Studio 17.7.0 Preview 1.0. Can repro on iOS platform with sample project. MAUIBug-main.zip 11031