User device type detector

Demo to preview the plugin:

Introduction

Are you wondering how to detect users’ operating system, screen orientation (landscape, portrait), device type (mobile, desktop, etc.), and current zoom level? Use our Bubble plugin!
Simply install the detector element on your page, which can be hidden if desired.
Image without caption

How to setup

  1. Add the Device Type Detector Element
      • Open the Bubble editor and go to the Design tab.
      • In the left panel, scroll down to find the Device Type Detector plugin.
      • Drag and drop the Device Type Detector element onto your page.
      • This element is invisible to users but works in the background to detect the device type.
        • Element → Device Type Detector.
          Element → Device Type Detector.
  1. Use the Detector’s Data
    1. After adding the element, you can access the detected device type dynamically anywhere in your Bubble app.
      • Use it in text elements to display the device type.
      • Create conditions to modify UI elements based on the detected device.
      • Implement workflows that trigger actions depending on whether the user is on mobile, tablet, or desktop.

Plugin Element Properties

Device type detector

Element properties → Device type detector.
Element properties → Device type detector.

Exposed states

Title
Description
Type
OS
User OS
Text
Orientation
User Orientation
Text
Device Type
Device type
Text
Current zoom level (%)
Current zoom level
Number
Image without caption

Changelogs