telephoto icon indicating copy to clipboard operation
telephoto copied to clipboard

Building blocks for designing media experiences in Compose UI

Results 20 telephoto issues
Sort by recently updated
recently updated
newest added

Related to #78, the scroll wheel of a mouse should also zoom in and out.

So when user double taps they'll get a 3x zoom but will be able to zoom upto 5x by pinching

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

I am building an app in which I would like to save user's last zoom and offset and restore it when user revisit same image. As of now lib version...

We are seeing a pretty substantial amount of errors in the latest version (0.9.0) that leads to this method: https://github.com/saket/telephoto/blob/3e0c5573151e64908a024425bda9cd0be19f4d68/zoomable/src/commonMain/kotlin/me/saket/telephoto/zoomable/internal/transformable.kt#L152 And all the stacktraces look like this (with value 0.0):...

Something that I have noticed is that zoomlevel seems very inconsistent. Sometimes I can barely zoom at all. https://github.com/saket/telephoto/assets/67873169/38d91501-2883-4abc-8741-6c18a8134b36 For now I have countered this by doing 20x. see repro:...

My server is returning images with these HTTP headers. ``` Cache-Control: private, no-cache, no-store, must-revalidate Expires: -1 Pragma: no-cache ``` This causes crash when used in Telephoto with Coil. The...

This is only needed for compilation note: excluding this way shows up in the pom file as: ```xml dev.drewhamilton.poko poko-annotations-jvm 0.15.2 runtime dev.drewhamilton.poko * .... ``` instead of removing it...

This is probably most important for desktop usage but can also be useful on mobile if you have an external keyboard connected. I would expect this to work out of...

It would be nice to be able to programmatically manipulate the transformation of the image, initially and over time. Use cases: - A comic reader wants to start at the...

enhancement