Skip to content

ui special cards for mobile #2221

Discussion options

You must be logged in to vote

@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/
Try directly on mobile here https://fomantic-ui.com/jsfiddle/#!lubber/0zgas1Le/15

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jamessampford
Comment options

@jeannettegoecke
Comment options

Comment options

You must be logged in to vote
3 replies
@jeannettegoecke
Comment options

@lubber-de
Comment options

@jeannettegoecke
Comment options

Answer selected by jeannettegoecke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment