Hi George, No it didn't work, I tried with some hacks but I never managed to make it work properly. That's a pity cause it would be perfect in a web-app. I'm sure there is a way to make it work though, but I might not be strong enough ;-)
Regards, Charles On Dec 15, 5:50 am, George Bontas <[email protected]> wrote: > Hi, > > Have you solved the issues! I fell the same as you at the beginning. Nothing > works.. even the demo is broken!!! > > Regards > > 2009/12/8 Charles Hourtoule <[email protected]> > > > > > > > On Dec 7, 4:44 pm, Charles Hourtoule <[email protected]><[email protected]>wrote: > > > On Dec 7, 3:46 pm, Charles Hourtoule <[email protected]><[email protected]>wrote: > > > > > On Dec 7, 3:27 pm, Sean Gilligan <[email protected]><[email protected]>wrote: > > > > > Charles Hourtoule wrote: > > > > > > I would like to use the FancyZoom javascript (to zoom in images > > with a > > > > > > Mac OS X style) with my iUI webapp, it would totally fit with the > > > > iPhone. > > > > > > But the issue is that it doesn't work, and I have no clue why. > > > > > > > The script is available here: > > > > > >http://www.cabel.name/2008/02/fancyzoom-10.html > > > > > > > I followed all the steps to install it but it doesn't worked, I > > guess > > > > > > this is because of iUI, someone can tell me how I can make it > > work? > > > > > > > Here is what firebug can tell me in the console: > > > > > >http://img687.imageshack.us/img687/2897/bugiuifancyzoom.png > > > > > > I've double checked the image exist, and works well when I go to > > the > > > > > > link without javascript. > > > > > > > Would be great if someone have an idea, thanks! > > > > > > Try adding target="_fastzoom" or target="_ignore" to the <a> tag > > with > > > > > the href that points to the full image. That should stop iUI from > > > > > trying to load the image via AJAX. > > > > > I've just tried to do that, now this is going to the image but without > > > > any javascript effect. > > > > > I'll try to manually put the divs containing the image: > > > > > <div id="ZoomBox"> > > > > <a href="javascript:zoomOut();"><img src="/images/spacer.gif" > > > > id="ZoomImage" border="0"></a> <!-- THE IMAGE --> > > > > <div id="ZoomClose"> > > > > <a href="javascript:zoomOut();"><img src="/images/closebox.png" > > > > width="30" height="30" border="0"></a> > > > > </div> > > > > </div> > > > > > I'll let you know. > > > > > Thanks, > > > > Still doesn't work, no javascript at all is executed. I've also tried > > > adding /onload="setupZoom()"/ in the div of the page containing the > > > image (normally located in the body tag), didn't work. > > > I think I may have a idea. When I put onload="alert('ok!')" in the div tag > > that contain my page (with the image), it doesn't do anything. > > What can I do to make it work? I think that can make the script work if we > > solve this. That would be awesome :-) > > > Thanks, > > -- > > Charles > > > -- > > 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]<iphonewebdev%2bunsubscr...@google groups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/iphonewebdev?hl=en. -- 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.
