Detect Device via Screen Width

Demo to preview the plugin:

Introduction

This is a simple plugin that determines if the current user is using your application via a mobile device or a desktop/tablet device.
This plugin uses NO external libraries and therefore only has a minimal (almost no) impact on performance.
This plugin makes use of the windows “max-width” property and therefore determines the current width of the window and not if the user is actually using a mobile device.
Resizing the window on a desktop to a mobile width will trigger a detected mobile device. In most scenarios this should not be the case.
Image without caption

How to setup

  1. Install and Place the Element on the Page
      • In your Bubble editor, go to the Plugins tab and install the Detect Device via Screen Width plugin.
      • Then, go to the Design tab and drag the Detect Device element onto your page.
        • Element → Detect Device.
          Element → Detect Device.
  1. Set Up Workflows Based on Device Type
    1. The plugin automatically triggers events when the page loads, depending on the screen width.
      To detect Mobile Devices:
      • Go to the Workflow tab.
      • Click + Add an eventElementsA Detect Device Mobile Device Detected.
      • Add the actions you want to run when a mobile device is detected (e.g., redirect to a mobile version of the page, hide certain elements, etc).
        • Workflow event → Mobile Device Detected
          Workflow event → Mobile Device Detected
      To detect Tablet/Desktop Devices:
      • In the Workflow tab, click + Add an eventElementsA Detect Device Tablet/Desktop Device Detected.
      • Add the actions you want to run when a larger screen is detected.
        • Workflow event → Tablet/Desktop Device Detected
          Workflow event → Tablet/Desktop Device Detected

Plugin Element Properties

Detect Device

Element properties → Detect Device.
Element properties → Detect Device.

Element Events

Title
Description
Mobile Device Detected
Triggered when a mobile device screen size is detected.
Tablet/Desktop Device Detected
Triggered when a tablet/desktop screen size is detected.
Image without caption

Changelogs