Derek
Derek

Reputation: 3435

Hover Menu Issue on Ipad back and forth

I've been pulling my hair out trying to get my CSS hover menu to work properly on iPad. I have tried applying hover classes using javascript with the same result, so it must be in the css. The site also utilizes twitter bootstrap.

What happens currently is that on a tap, the dropdown/link hover state show for a split second, then the previous link dropdown/hover show, then it shows the correct one again and it remains open as it should.

EDIT: In case anyone else has this problem, update bootstrap (primarily the dropdown class) and you should be fine.

Upvotes: 0

Views: 416

Answers (1)

Derek
Derek

Reputation: 3435

Updated bootstrap, primarily the dropdown class javascript.

Upvotes: 1

Related Questions