Zoomable
Zoomable copied to clipboard
Easy zoom in and out with drag support for Jetpack Compose
Hi, Works like a charm but how about inner composable that are bigger than Zoomable composable ? Let's see an example : ``` val state = rememberZoomableState() Zoomable( modifier =...
Is there anyway we can use Modifier.wrapContentHeight() for Zoomable's modifier?
Hi! currently when I use pinch zoom, the zoom occurs at the center of screen. How can I make it to zoom just when I put my fingers? (center of...
As you can see I have a Box with Surface and a Canvas inside it and panning is not working , zooming is working and my drawing is displaying ,...
how can i use this for xml code .