javascript event mobile
hi, i have a problem:
i would to collapse the accordion (toggle) by device I use.
for example if I browse to the desktop, the accordion remain expanded. if i surf by phone i'll see the accoridon collapsed.
(It could also be an interesting implementation, because the "display: none" is not good for seo)
thank you so much
Comments
this is unfortunately not possible to set different behaviors per different devices. So can only once set if you want accordions to be expanded or collapsed.
Thanks!