📈
Knowledge base
  • Getting started (placeholder)
  • Basics
    • Intro (placeholder)
      • "Hello world of PWA!" app
      • Testing the App
      • How to hide / show screen elements
      • Create user actions: switch screens, change data and make API calls
      • Screens
      • Show any platform Data in app ellements
      • Showing Data in app - Filters
      • Loops - display multiple line results in app
      • Automating Business Processes & Funnels via Triggers
      • Send and Receive data via external API integrations
      • Chaining API calls
      • Use MathJS formulas
  • PWAbility
    • PWAbility
      • App distribution
      • Saving Mobsted PWA App
      • Smart Messaging
      • Guaranteed delivery
      • Offline Mode
  • Messengers
    • Intro (placeholder)
      • Set up VK bot
      • Set up Facebook bot
      • Set up Telegram Bot
      • Set up Viber bot
  • Data
    • Import data (placeholder)
    • Export data (placeholder)
  • References
    • Intro(placeholder)
      • Constructor elements to build your app
      • Filter any backend and Object data
      • Manage app users and objects
      • Events
      • Statuses
      • Hashtags
      • Variables
      • Lists (placeholder)
      • User Access
      • API Description (placeholder)
Powered by GitBook
On this page
  • PROPERTIES
  • ACTIONS
  • VIEW
  • MENTIONED ARTICLES

Was this helpful?

  1. Basics
  2. Intro (placeholder)

Screens

PreviousCreate user actions: switch screens, change data and make API callsNextShow any platform Data in app ellements

Last updated 5 years ago

Was this helpful?

Updated 1 month ago by Mobsted Support L

Screen is the key element of Constructor which represents an app screen. It works as a container for .

PROPERTIES

Screen Name: the name of the screen which is displayed in the list of screens bar. You can edit it by clicking Pen icon on the screen in the bottom of Constructor.

ACTIONS

Use when you need to perform any of the platform actions on a screen load. Possible Actions are:

  • Go to: navigate to the screen within the app or to the external URL

  • Scroll to: top or bottom

  • Create Event: created event will be stored in the Backend

  • Save to Object column: selected value will be stored in specified Object column

  • Execute Operations: call an API

  • Set Variable: allows to use the data and pass it to different screens, change it or track the activity of app users.

Please refer to and articles for more info on user actions.

VIEW

The screen styling is applied to all screen elements by default

  • Margin - set up margin for all elements added to the screen

  • Padding - set up padding for all elements added to the background of the screen

  • Background Color - set the color to appear on the background of the screen.

MENTIONED ARTICLES

Constructor elements
Objects
Events
Use any external & internal API
Variables
Hashtags
React to user actions
Constructor elements
React to user actions
Use any external & internal API