It works ok for me.
I have floating images with textwrap and can double tap on it to zoom in and back out. No problem.
xhtml code:
Code:
<p class="imageright"><img src="images/Imagename_fmt.jpeg" alt="Imagename.jpg" /></p>
CSS code
Code:
p.imageright {
line-height: 1.42em;
font-size: 1em;
margin-bottom: 0.5em;
margin-top: .5em;
text-indent: 0em;
margin-right: 0.5em;
margin-left: 0em;
float: right;
clear: right;
text-align: right;
font-weight: normal;
font-style: normal;
margin: 0 0.5em 0.5em 0;
color: rgb(0,0,0);