Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Ontouch and hover

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #154348
    Marcel
    Participant

    Hi guys,

    I hope somebody can help me out. I’m developing a site which is also ‘touchfriendly’. Now I’m experiencing troubles on getting hover to work on a touch device.

    Here’s the link to the site:
    http://4077699.mijnwinkel.nl/overmaaike/

    The four blocks with the image have a div that’s expanding on hover. I want this work the same on a touch device.

    What is the best way to get this working? (Without using very complex coding). I read something about ontouchstart and ontouchend but I can’t figure out the syntax on how to use this best.

    Thanks for sharing your knowledge!

    Regards,
    Marcel

    #154349
    Alen
    Participant

    I’m experiencing troubles on getting hover to work on a touch device.

    Think about that statement for a second.

    Meanwhile: http://patrickhlauke.github.io/touch/

    #154386
    Marcel
    Participant

    Thanks for your reply, but I still can’t figure out how to apply this information to my specific situation.

    I had hoped that someone could point or write me an example that I can use.

    Thanks again,
    Marcel

    #154390
    Alen
    Participant

    My point is that there is no hover on touch devices. That behavior is only related to mouse events. So in order to get the “hover” to work, you have to detect to see if device supports touch and apply different function to it, possibly on click event.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.