-
Notifications
You must be signed in to change notification settings - Fork 2
Implement touch support from toggle-navigation #564
Comments
Shouldn't we just make the entire website intuitive on touch screen devices? Some things feel a bit clunky (like the menu). Related to #544. |
@luukdv What's the status on this again? ngMaterial: no, ontouchstart: yes. Or is this just about the way main navigation is handled? If so, we could rename this issue to better reflect it's scope. |
I have a basic proof of concept in the https://github.com/trendwerk/trendpress/tree/touchscreen-menu branch. I've put all the changed/added styling in Do you have thoughts about this? I don't know if this the way to go, maybe we should just leave it as it was and create a solid submenu-hover library which works well on touchscreens. |
Decided to move this to |
Right now, we serve a mobile version of a website based on a predefined width (980). Maybe we should also do this when touch is detected? For example through adding a body class. Some landscape tablets are now faced with a dropdown menu that doesn't work intuitively/properly.
The text was updated successfully, but these errors were encountered: