Zoomable
Zoomable copied to clipboard
Content zooming with dragging, double tap and dismiss gesture support for Compose Multiplatform.
Due to the refactoring of `Modifier.pointerInput()` in Jetpack Compose 1.5, current method won't work any more, so we need to find a new method, or convert the tests to instrumented...
This would be very helpful for doing things like showing a bottom bar when swiping up but still dismiss when swiping down. This could be done super easily by making...
Good job on the library first of all. My only request is making `PointerInputScope.detectZoomableGestures` inside `Zoomable` public dropping the `internal` modifier. My usecase involves supporting pinch to zoom of an...
Is wasmJs target support planned? If not, it would be great to consider adding this target.