For some reason ipads are been detected as both mobile and table.
If i do
{{ if { useragent:is_mobile } == 'true' }}
mobile
{{ endif }}
{{ if { useragent:is_tablet } == 'true' }}
tablet
{{ endif }}
{{ if { useragent:is_desktop } == 'true' }}
desktop
{{ endif }}
Then both tablet & mobile are displayed?
For some reason ipads are been detected as both mobile and table.
If i do
Then both tablet & mobile are displayed?