Thanks a lot Shelly. I will try this. On May 16, 1:01 pm, shelly <[email protected]> wrote: > yes you can capture x and y, you need to look at the api guide. As for > pinch and zoom, those should work without any really change. for more > advanced zoom, rotate etc. > use css webkit transforms. This will scale an image when roll over > it. , starting at .5 and going to 1. > > style> > img { -webkit-transform: scale(0.5); } > img:hover { -webkit-transform: scale(1); } > </style> > > On May 16, 11:40 am, Derek Williams <[email protected]> wrote: > > > Same here (sans servlets) > > > On Fri, May 15, 2009 at 10:54 PM, SP <[email protected]> wrote: > > > > Hi all, > > > > I am sending an image from the server to the client which is iPhone. I > > > am using servlets on the server-side. How do I display this image on > > > the iPhone and can I use the picnh and zoom feature. Can I also > > > capture the x any y coordinates of a point in the image ? > > > > Thanks > > > -- > > Derek Williams > > Cell: 970.214.8928 > > Home Office: 970.416.8996
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
