When I set an event to “Swipe down/up..”(in desktop level), LL didn’t react to event, although event to the double…

When I set an event to “Swipe down/up..”(in desktop level), LL didn’t react to event, although event to the double finder swipe worked.

]]>
« (Previous Post)

7 Commentsto When I set an event to “Swipe down/up..”(in desktop level), LL didn’t react to event, although event to the double…

  1. Anonymous says:

    < ![CDATA[

    Same thing happened to me.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    If you have on one desktop more screens, one finger swipe dont working. If you have on one desktop only one screen, this gestures will be working.

    ]]>

  3. Anonymous says:

    < ![CDATA[

    For swipe up/down you have to disable vertical scrolling, for left/right disable horizontal. For both disable scrolling.

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Thank you all. I understand it’s not a bug, just a feature.



    However I have a question about it.


    In a multiple-screen desktop, there is no limit on using double finger(any direction)swiping event.



    I guess it’s not impossible to enable swipe event in multiple screen, and this limit might be from the old situation with no Script feature, ie. no users method to scroll up/down… after processing some event actions.



    But if we have a method like event.scrollUp(), event.scrollDown(), or just event.propageNext()?? I think we can use swipe event in any screen.



    Pierre Hébert its too complex to make it?

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Event management and propagation is extremely complex because there are a large number of border cases, dealing with grabbing, target detection, multi finger, etc. I don’t think it can reach the script side with simple events, it would require the full set of events (such as up, down, move and cancel) and it would require that the scrip behaves well otherwise it would break many things.


    I would prefer to understand why the swipe event does not work even if the desktop can’t be scrolled. If the desktop can be scrolled, then functionally swipe can’t work (that’s not a technical problem) but you may react on position change event.

    ]]>

  6. Anonymous says:

    < ![CDATA[

    Pierre Hébert I’d love to be able to grab all touch positions and have triggers for touch and release.

    ]]>

  7. Anonymous says:

    < ![CDATA[

    KyungJoon Lee, you could always just disable scrolling, and use bookmarks to get to different pages. Then gestures would work in all directions.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *