Skip to main content
esmeraldac59831642
Participant
January 19, 2017
Question

el rollover no se puede ver en tabletas ni móviles

  • January 19, 2017
  • 6 replies
  • 430 views

Alguien me puede ayudar a saber ¿porqué el rollover no se ve en tabletas ni móviles si los gestores táctiles están activados?

    This topic has been closed for replies.

    6 replies

    Lilybiri
    Legend
    January 20, 2017

    Rollovers are not supported for HTML output.

    Nancy OShea
    Community Expert
    Community Expert
    January 20, 2017

    For touch screens, use onClick instead of onMouseover.

    Nancy

    Nancy O'Shea— Product User & Community Expert
    pziecina
    Legend
    January 20, 2017

    Rollovers will work on mobile devices, but there is a 300ms delay as the software translates what should be done, (same as using click instead of touch to activate).

    The best way to use rollover effects on the web is to use css transform/transitions. That way once something is touched it will 'go through the motions', similar to a hover. There is a big but here though, in that unless one ties it to a css animation, it may 'stick' in the rollover position.

    I agree with BarbBinder though, in that if one does not know what they are doing with such effects, and is not 'translating' them to touch actions for mobile devices, don't use them.

    Szalam
    Community Expert
    Community Expert
    January 20, 2017

    What Adobe software are you using?

    esmeraldac59831642
    Participant
    January 20, 2017

    captivate v.9

    Barb Binder
    Community Expert
    Community Expert
    January 20, 2017

    Moving to the Captivate forum.

    ~Barb at Rocky Mountain Training
    Barb Binder
    Community Expert
    Community Expert
    January 20, 2017

    Web UI mistake 1: Using rollovers

    Somewhere along the way, Web developers fell in love with the idea of highlighting controls and popping up content when the user mouses over some part of the screen. The problem for smartphones and tablets should be obvious: When there's no mouse cursor, there's no way to mouse over controls.

    http://www.infoworld.com/article/2623892/web-development/7-web-ui-mistakes-to-avoid-for-smartphones-and-tablets.html

    ~Barb at Rocky Mountain Training
    Ussnorway7605025
    Legend
    January 19, 2017

    because rollover assumes mouse