paulrehkugler / xkcd

xkcd iPhone app
MIT License
44 stars 9 forks source link

Min zoom scale for some comics calculated as larger than 1 #58

Closed nameloCmaS closed 8 years ago

nameloCmaS commented 8 years ago

Comics in this case appear too large initially.

Add check for min zoom so that it isn't greater than say 0.5 in calculateZoomScaleAndAnimate and set initial zoom to 1.

paulrehkugler commented 8 years ago

This is resolved in https://github.com/paulrehkugler/xkcd/pull/60.