Skip to content

Tablet been detected as mobile #4

@craigb88

Description

@craigb88

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions