Get User Device Data

Demo to preview the plugin:

Introduction

This Plugin allows you to get information about the device of the current user (Operating System, is Mobile?, Browser used, type of phone etc.)
Image without caption

How to setup

  1. Add the Device Info Element to Your Page
      • n the Design tab, search for the element called Device Info.
      • Drag the Device Info element onto your page.
        • Element → Device Info.
          Element → Device Info.
  1. Access Device Data in Your App
    1. Once the Device Info element is added, it will start collecting device information automatically.
      You can access this data through its exposed states just like any other element in Bubble.
      For example:
      • Device Type
        • Device Info A's device type → returns "mobile", "tablet", or "desktop"
      • Browser Name
        • Device Info A's browser name → e.g., "Chrome", "Safari", "Firefox"
      • Operating System
        • Device Info A's os → e.g., "iOS", "Android", "Windows"
      • Screen Width & Height
        • Device Info A's screen width, Device Info A's screen height
      • Mobile/Tablet/Desktop Check (Boolean)
        • Device Info A's is mobile
          Device Info A's is tablet
          Device Info A's is desktop
          → Returns yes or no

Plugin Element Properties

Device Info

Element properties → Device Info.
Element properties → Device Info.

Exposed states

Title
Description
Type
Browsername
“browsername” refers to a variable or parameter in software code that stores the name of the web browser being used by a user.
Text
Osversion
“osversion refers” to the operating system version information that can be accessed or utilized within a software plugin or API.
Text
Isblackberry
“isblackberry” is a boolean function that checks if the device accessing the software plugin or API is a BlackBerry device.
Checkbox (yes/no)
Isbsd
“isbsd” is a command-line utility in Unix-like operating systems that checks if a file descriptor refers to a block special device.
Checkbox (yes/no)
Ischrome
“ischrome” is a boolean function that checks if the current browser is Google Chrome.
Checkbox (yes/no)
Isdesktop
“isdesktop” is a boolean function that checks if the current environment is a desktop.
Checkbox (yes/no)
Isedge
“isedge” is a function or property that determines whether an element is positioned at the edge of a container in software development.
Checkbox (yes/no)
Isfirefox
“isfirefox” is a boolean function that checks if the current browser is Mozilla Firefox.
Checkbox (yes/no)
Isie
“isie” stands for “Internet Security and Acceleration Server Extension,” which is a Microsoft technology used for enhancing security and performance in web applications.
Checkbox (yes/no)
Isiemobile
“isiemobile” is a software plugin or API that provides mobile integration capabilities within a security information and event management (SIEM) system.
Checkbox (yes/no)
Isipad
“isipad” is a function or variable name used in programming to check if a specific device is an iPad.
Checkbox (yes/no)
Isiphone
“isiphone” is a function or method that checks whether a device is an iPhone.
Checkbox (yes/no)
Islinux
“islinux” is a function or method that checks whether the operating system running the software is Linux.
Checkbox (yes/no)
Ismacos
“ismacos” is a boolean function or variable that checks if the current operating system is macOS in a software plugin or API.
Checkbox (yes/no)
Ismobile
“ismobile” is a Boolean function or variable that evaluates whether the device accessing the software is a mobile device.
Checkbox (yes/no)
Ismsie
“ismsie” is a commonly used abbreviation for ‘Internet Explorer Mode’ in software development, typically referring to compatibility features for rendering web content in Microsoft Edge.
Checkbox (yes/no)
Isopera
“isopera” is a function or method in a software plugin or API that calculates isometric perspective transformations for graphics or 3D rendering.
Checkbox (yes/no)
Issfari
“issfari” is a custom function or method in a software plugin or API that handles specific tasks or operations.
Checkbox (yes/no)
Iswindows
“iswindows” is a function or variable that checks if the operating system is Windows within a software plugin or API.
Checkbox (yes/no)
Image without caption

Changelogs