Open dr1rrb opened 4 years ago
The ScrollViewer explicitly override the TemplatedParent of its Content in the ApplyScrollContentPresenterContent method.
ScrollViewer
TemplatedParent
Content
ApplyScrollContentPresenterContent
If we remove this method, we might have a cyclic UI on iOS
No patch
Cf. linked bugs of https://github.com/unoplatform/uno/pull/3738 and https://github.com/unoplatform/uno/pull/3763 (When starting the Gallery project at commit 932e368, the app is stuck on the splashscreen on iOS)
Nuget Package: Uno.UI Package Version(s): 3.0 Affected platform(s):
@morning4coffe-dev this may be fixed now with #17645 , can you check please?
@MartinZikmund This seems to be iOS specific, do I have any way to test this without it?
Not really, will check
Current behavior
The
ScrollViewer
explicitly override theTemplatedParent
of itsContent
in theApplyScrollContentPresenterContent
method.If we remove this method, we might have a cyclic UI on iOS
Expected behavior
No patch
How to reproduce it (as minimally and precisely as possible)
Cf. linked bugs of https://github.com/unoplatform/uno/pull/3738 and https://github.com/unoplatform/uno/pull/3763 (When starting the Gallery project at commit 932e368, the app is stuck on the splashscreen on iOS)
Environment
Nuget Package: Uno.UI Package Version(s): 3.0 Affected platform(s):