Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: smart image enlarger- problems on iPhone

  1. #1
    Join Date
    Jun 2012
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default smart image enlarger- problems on iPhone

    http://www.dynamicdrive.com/style/cs...enlarger/#nogo
    What a great but simple tool thanks.
    However on an iPhone and I guess therefore an iPad once the image enlarges it stays on screen permanently covering other things on there.
    All other browser remove the enlargement when the cursor comes off.
    Does anyone know how to make this work for iPhone please?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Use something click dependent like:

    http://www.dynamicdrive.com/dynamici...agemagnify.htm
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jun 2012
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks John

    Are we saying that anyhting that hovers will not disappear on these touch screen devices?

    The click one is ok but no cursor appears on the thumbnail and I think it requires a closing x top right say.
    The site I am working on is for hearing and mobility and these people a bit older would appreciate a defined closing icon

    I did not see an option for that in the paramaters - any ideas please?
    Thanks
    Phil

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Are we saying that anyhting that hovers will not disappear on these touch screen devices?
    Basically. Or it might not open in the first place.

    "Hover" simply doesn't exist on those devices. Touch goes, and so do "gestures", at least one some devices. So you could reprogram the script to work with touchscreen input (for example, Apple has a mobile touch/gesture API available), but it won't work as-is with a "hover" method.

    There's nothing technically wrong with the script. It "works" fine, but there just is no equivalent input.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    This is the second time I've recommended this today, but you may be looking for something more akin to lightbox:
    http://lokeshdhakar.com/projects/lightbox2/
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  6. #6
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by djr33 View Post
    "Hover" simply doesn't exist on those devices. Touch goes, and so do "gestures", at least one some devices. So you could reprogram the script to work with touchscreen input (for example, Apple has a mobile touch/gesture API available), but it won't work as-is with a "hover" method.
    In my experience many touchscreen users (myself included) eventually just get used to having to click things and click of things for hovering, and if you are really desperate for hovering, then the user will have to just go and use a computer.
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  7. #7
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Agreed. And to add to that, Bernie, it is often possible to somehow force a script to work (as you said, perhaps with multiple clicks/taps), but this isn't guaranteed.

    dduser96, one option is to use your mobile device to navigate to the demo pages for many scripts and find one that you think is satisfactory (even if not perfect). Even if "hover" itself isn't available, some other combination might approximate it enough for certain things to work. But also remember that it might be different on different devices.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  8. #8
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Very true, another thing is that I use touchscreens quite a bit, and I've never really found an image enlarging script that feels natural on a touchscreen, and it is probably better just to sacrifice the few who do use touchscreens to visit your website.
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  9. #9
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Very good point. They make it so easy (and natural) to zoom in and out that it's not really helpful and probably just confusing.

    Of course on something larger like an iPad or other large tablet, it might be a little more helpful.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  10. #10
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Actually, I just had a thought, the most natural touch screen image enlarger is the google images for touchscreens in which you can click on images and they become full screen and you can scroll sideways to get the images on the left and right, quite similar to a dynamic drive scripting remember seeing for image scrolling but on touchscreen.
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •