Onclick event behave differently on iPhone3

  • Hi,

    I have onlick event which is called perfectly on first time i tapped on iPhone3. but as i tapped second time i need to tapped and drag slightly to execute the onclick event.
    This is how onclick event works on iDevices or this is a bug?

    Please help me out.

    thanks

    --
    Pratiks

  • Hi,

    sorry, but I don't know about a problem or bug with the click events...
    the touch events are handled on all devices in the same way,
    what do you mean exactly with "tap and drag slighlty" - ?

    is the problem reproduce-able?
    if yes - do you have a link to it?

    best regards,
    Klaus

  • Hi Klaus,

    "Tap and drag slightly" means, when pano loading is completed and then i click(tap) is calls the "onclick" event perfectly, after that event executed and if i click(tap) second time on the same pano it is not working. I need to "tap and drag the pano slightly" to call the same "onclick" event. which was worked perfectly on first time tap.

    Why i need to "tap and drag the pano slightly" second time to call the "onclick" event.?

    sorry Klaus, but as i told you in my previous mails i have restriction to share the link.

    Thanks

    --
    Pratiks

  • Hi,

    does it also happen here in this example:
    https://krpano.com/krpano.html?xm…ents/events.xml

    there the events are traced out,
    on my iPhones (3G and 4), iPod (2G) and iPads (1 and 2) all events are processed correctly...

    one more note, maybe it helps understanding - the events are processed in this order:
    1. down
    2. move (optionally)
    3. up
    4. onclick (that means a click includes a up and a down)

    best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!