You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that there are two different implementations of the scripting API (desktop app / my Android app), it would be nice if script authors could detect this easily. (The mobile API might get some additional stuff.) Therefore I propose a simple API method: isMobile(). It returns false for the desktop and web app, and returns true for the mobile app.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe feature
Now that there are two different implementations of the scripting API (desktop app / my Android app), it would be nice if script authors could detect this easily. (The mobile API might get some additional stuff.) Therefore I propose a simple API method:
isMobile()
. It returnsfalse
for the desktop and web app, and returnstrue
for the mobile app.Additional Information
No response
The text was updated successfully, but these errors were encountered: