AluminumAngel / gloom

Gloomhaven Monster Mover
MIT License
36 stars 6 forks source link

Right click on the iPad doesn't work #3

Open omireault opened 5 years ago

omireault commented 5 years ago

We play Gloomhaven with an iPad, and the right click functionality on the map doesn't work.

AluminumAngel commented 5 years ago

Try holding your touch. Does that effectively work as a right-click?

(Assuming that's not broken, I should do something about the tooltips.)

omireault commented 5 years ago

No, all it does is a zoom. I think it might detect the underlying element and decide it can't get a right click...

On Sun, Jan 20, 2019 at 12:23 PM Daniel Nelson notifications@github.com wrote:

Try holding your touch. Does that effectively work as a right-click?

(Assuming that's not broken, I should do something about the tooltips.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AluminumAngel/gloom/issues/3#issuecomment-455894244, or mute the thread https://github.com/notifications/unsubscribe-auth/AD0EsdQiGJJ4Oz-YPfadFokvyfrnVSoBks5vFMIlgaJpZM4aJpuC .

AluminumAngel commented 5 years ago

I haven't actually tested on iPad, only iPhone. Which browser are you using?

At one point I spent a few days attempting to get full touch support working. It's definitely a challenge. Various browsers and devices handle touch differently. In the end I reverted to default behavior (in which browsers generate mouse events from touch input).