-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add ZoomContentControl #1109
Comments
fyi @nickrandolph / @iurycarlos |
BTW... |
@kucint To validate the existing implementation satisfies your requirements or to provide feedback on improvements, can you please copy the control from https://github.com/unoplatform/Uno.Samples/blob/master/UI/PhotoViewer/InteractionControls/ZoomContentControl.cs into your test app and try it out in your use case? |
Sure! with pleasure. thanks @MartinZikmund ! |
HI @MartinZikmund , |
@morning4coffe-dev will verify this 👍 |
Hey @kucint, I validated this issue and made a fix unoplatform/Uno.Samples#782. After you pull the changes, can you verify it is working now and if the control satisfies your requirements, please? (It should work well on Skia targets - Desktop) |
thanks! BTW, sorry for late answer, I was not in office last week. |
now, the app fails to start with following exception:
additionally I see in compilation log following warnings, that tells me it won't work anyway:
|
Hey @kucint, thank you for testing this. You tried it on .Windows target, right? Please test this on your side with other Uno targets (Skia, Wasm, Mobile...), there it should work correctly. For .Windows target we will fix this issue for the official control. |
Hi @MartinZikmund Now, I try it on Wasm (Edge).
When using scrollbars:
When scrolling, content leaves sometimes traces of previous display -> problem with refreshing. If this would work as it promises, it would be fine to me. Missing features:
thanks! |
@kucint first release of the control will soon show up in the latest dev version of Toolkit (may take a few hours) |
Great! Thanks for info! |
Extract the ZoomContentControl code to Toolkit as a standalone control.
The text was updated successfully, but these errors were encountered: