OudomMunint / .NetMAUI-To-Do-List-App

A to do list app that performs CRUD operations. Made with .Net MAUI
36 stars 6 forks source link

UI - Horizontal collection view issue #214

Closed OudomMunint closed 6 days ago

OudomMunint commented 3 weeks ago

Currently on smaller iOS devices like iPhone X, the pinned item list cannot be scrolled to the end. Doesn't happen on iPhone 15 not does it happen at all on Android.

Most likely related to this issue: https://github.com/dotnet/maui/issues/14788

OudomMunint commented 6 days ago

Fixed, Closing.