[NEW PLUGIN] Detect OS

I decided to create this simple plugin that indicates which operating system is in use.

Sometimes I can’t run certain Javascript codes on iOS devices, for example, because of Apple’s security policies.

This way I can identify whether or not I make certain actions available in my web applications.

To use the plugin, just insert the Detect OS element into your main page and examine the contents of the exposed state “system”.

It brings the following results:

  • Android
  • Mac OS
  • iOS
  • Windows
  • Linux

The $3 contribution is to keep me motivated to make life easier for nocode developers.

Thanks for the feedback.

1 Like

Super handy!! Nice work!

1 Like

Thank you!

Exactly what I needed :slight_smile:

Question: Have you tested this in a webview native wrapper? Both Android & IOS?