Closed maciek-s closed 3 hours ago
The problem has been found and is being solved
This issue has been fixed on the dev branch and a snapshot version is being released. You can download version 1.1.0-rc03-SNAPSHOT from the snapshot repository in two hours to test if there is still any problem.
Thanks, I tested snapshot release, and issue no longer occurs.
How about my question at bottom of bug description? It is possible to add top padding to ZoomImage
and when zoom in do not clip image to padding?
Open a new issue. This is similar to setting padding in View but clipPadding = false
Fixed in version 1.0-rc03
Describe the bug
App crash when swipe without scroll after set
containerWhitespace
Affected platforms
Affected components
Select of the components below:
Versions
1.1.0-rc02
2.0.21
1.7.1
Running Devices
Please accurately describe the device Model, OS version, and CPU Architecture
Sample code
Reproduction steps
When swipe on image without zooming app crashed
Screenshots
https://github.com/user-attachments/assets/d2e37340-75af-4c3b-951a-0b026e386eda
Question
In my sample, I have a transparent toolbar. Is it possible to display an image beneath the toolbar and allow zooming without clipping to the padding? Unfortunately,
containerWhitespace
, as shown in the video, is added after zooming. Additionally, when I add padding to theZoomImage
, it does not appear beneath the toolbar after zooming.