To be clear, this is a programming question. I want to publish a book for the Kindle Fire that has images that can be pinched, panned and zoomed in the same manner as the content for the Newsstand does. I have researched this a lot, and can't find any information on how to do this, but there is a lot of information on how to do other things.
- There are fixed layout samples that show how to do "comic-style" image overlays, that do not allow for panning and zooming.
- There are samples that show using the
<img>
tag, which allows you to double tap into an image viewing mode of sorts, that allows pinching, panning, and zooming, but you have to tap an "X" to get out of that image mode to continue reading. - However, for magazine content, ie. the stuff that you buy from the "Newsstand" (almost all, and I can provide a video sample if need be), are navigable the way I would like my book to be. You can view a whole page, pinch to zoom in, pinch to zoom out, pan, and swipe to go to the next page.
It is likely that this is impossible for "books," and it is only possible if you have a magazaine publishing contract with Amazon, (and it uses a different format), but I am having a difficult time ascertaining that for sure from any source. I've searched and asked on the fora there with no luck.