ui special cards for mobile #2221
-
Does anybody have a solution for class .ui.special.cards working on mobile? I would be very grateful for a few suggestions. Thanks. Or do I miss a solution in the documentation for mobile? https://fomantic-ui.com/views/card.html#image |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Could probably do with some sort of |
Beta Was this translation helpful? Give feedback.
-
What is the expected behavior / use case? When i try those examples on mobile (tried chrome an android 10), of course there is no |
Beta Was this translation helpful? Give feedback.
-
@jeannettegoecke Try this to have only one codebase: $('.special.cards .image').dimmer({
on: 'ontouchstart' in document.documentElement ? 'click' : 'hover'
}); See https://jsfiddle.net/lubber/0zgas1Le/15/ |
Beta Was this translation helpful? Give feedback.
@jeannettegoecke Try this to have only one codebase:
See https://jsfiddle.net/lubber/0zgas1Le/15/
Try directly on mobile here https://fomantic-ui.com/jsfiddle/#!lubber/0zgas1Le/15