---
title: "Run a Snippet on Mobile Users - Tassos Code Snippets"
description: "xx"
url: "https://www.tassos.gr/docs/code-snippets/recipes/run-a-snippet-on-mobile-users"
date: "2026-04-29T08:36:58+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Tassos Code Snippets ](https://www.tassos.gr/index.php?option=com_content&view=category&id=120) / [ Recipes ](https://www.tassos.gr/index.php?option=com_content&view=category&id=128)

#  Run a Snippet on Mobile Users

xx

 Last updated on Mar 2nd 2026 19:03

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Tassos Code Snippets",
            "item": "https://www.tassos.gr/docs/code-snippets"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Recipes",
            "item": "https://www.tassos.gr/docs/code-snippets/recipes"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Run a Snippet on Mobile Users",
            "item": "https://www.tassos.gr/docs/code-snippets/recipes/run-a-snippet-on-mobile-users"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/code-snippets/recipes/run-a-snippet-on-mobile-users"
    },
    "headline": "Run a Snippet on Mobile Users",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/code-snippets/recipes/run-a-snippet-on-mobile-users"
    },
    "datePublished": "2026-03-02T19:27:53+02:00",
    "dateCreated": "2026-03-02T19:27:53+02:00",
    "dateModified": "2026-03-02T19:30:06+02:00"
}
```
