fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 205 forks source link

Drag Drop Enabled and having button in div #117

Open takawong opened 11 years ago

takawong commented 11 years ago

Hi

seems that android/iphone chrome and safarfi cant fire the onclick function

but it is working fine in default android browser

broody commented 10 years ago

Yeah, I'm seeing the same issue. If enableDrag is set to true onclick handlers does not get triggered.

MauricioAntunez commented 10 years ago

Same issue,

If enableDrag : true, clickToFocus: false or enableDrag : false, clickToFocus: true

links on: Desktop: Chrome/Firefox/Safari OK iOS 6+: Safari OK Android: Native Browser/Chrome NOT WORK

I think, maybe i messed all with another js on the project, but i make another html only with roundabout but the problem still there, on Android devices links don't work.

This JS is really good, thanks you.

HTML Sample for test: <!DOCTYPE html>

``` index

index

```