ucla-oarc-mobile / mwf

UCLA Mobile Web Framework
http://mwf.ucla.edu
Other
86 stars 25 forks source link

Fix Hover Logic for Mobile #152

Closed ebollens closed 12 years ago

ebollens commented 12 years ago

We have the following style of code for buttons:

.mwf_notmobile a.button:hover,
a.button:focus,
a.button:active,

We should do the same for other elements (menus and top buttons) because the hover causes buggy behavior on mobile (created by doing a hover and then using the back button).

zkhalapyan commented 12 years ago

On Android devices with PhoneGap distribution, clicking the top button sometimes makes an arbitrary menu item display as if it's hovered.

ebollens commented 12 years ago

This will be added to master when feature/scoped_css is added (see #151).