Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full header message not working on touch devices #2493

Closed
anonymous-matomo-user opened this issue Jun 19, 2011 · 3 comments
Closed

Full header message not working on touch devices #2493

anonymous-matomo-user opened this issue Jun 19, 2011 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

The small header message is not expanding on touch devices like the ipad when clicking on it. Therefore a update cannot be made from touch devices like the ipad.

The reason is, that the expansion from the small header message to the full header message is based on css using the :hover pseudo class.

A possible solution is described here: http://stackoverflow.com/questions/2851663/how-do-i-simulate-a-hover-with-a-touch-in-touch-enabled-browsers, alternatively you could just add a click listener on the small header which shows the full header and a click listener on the full header to hide itself.
Keywords: touch, hover, ipad, event, header message

@anonymous-matomo-user
Copy link
Author

Why is this set to milestone Piwik Mobile Client? I meant the regular piwik website which I want to access (upgrade versions) from my iPad.

@mattab
Copy link
Member

mattab commented Jun 20, 2011

Normally the message expands on hover. We should also expand on click, if iPad doesn't "fake" the hover status.

@mattab
Copy link
Member

mattab commented Sep 27, 2011

(In [5241]) Fixes #2493

@anonymous-matomo-user anonymous-matomo-user added this to the 1.6 Piwik 1.6 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants