-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[net7.0] [iOS] Fix ScrollTo method issues #17093
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
D:\a_work\1\s\src\Core\src\Handlers\ScrollView\ScrollViewHandler.iOS.cs(18,12): error CS0246: The type or namespace name 'ScrollEventProxy' could not be found (are you missing a using directive or an assembly reference?) [D:\a_work\1\s\src\Core\src\Core.csproj::TargetFramework=net7.0-maccatalyst]
D:\a_work\1\s\src\Core\src\Handlers\ScrollView\ScrollViewHandler.iOS.cs(18,12): error CS0246: The type or namespace name 'ScrollEventProxy' could not be found (are you missing a using directive or an assembly reference?) [D:\a_work\1\s\src\Core\src\Core.csproj::TargetFramework=net7.0-ios]
Hi @hartez. We have added the "s/pr-needs-author-input" label to this issue, which indicates that we have an open question/action for you before we can take further action. This PRwill be closed automatically in 14 days if we do not hear back from you by then - please feel free to re-open it if you come back to this PR after that time. |
* Fix iOS ScrollTo issues --------- Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
2abb1be
to
d82dcba
Compare
Backport of #15984 to net7.0
/cc @hartez @jsuarezruiz