camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
247 stars 286 forks source link

Fixed disabled zooming in mobile view #900

Closed nwanduka closed 5 months ago

nwanduka commented 5 months ago

Summary

Removed the user-scalable="no" parameter from the content attribute to allow zooming. Add maximum-scale=2.0 to allow sufficient zooming.

Motivation

This PR fixes #830