Float Buttons are dynamic, interactive UI elements that remain positioned above the page content. They are ideal for providing users with quick access to important or frequently used actions — such as opening a form, navigating to another page, or triggering custom commands.
Float Buttons are only available on pages that support element-based design, such as Main, Listing, or Web.
To add a floating button:


Applin Studio will instantly place a new floating button on the screen, ready for customization.
Once a Float Button exists on the page, clicking on it reveals a full list of customization actions:

These options allow complete control over button appearance, behavior, and positioning.
To fully edit a floating button, click Edit Float Button.
You can adjust every visual and functional property and immediately preview the changes in real time.

Float Buttons support rich styling options such as size, color, corner radius, shadow, and logo customization. You can also configure tap and long-press interactions using Applin Commands.
| Field | Type | Default Value | Description |
|---|---|---|---|
| Color | Color | {color} | Background color of the floating button. Can be customized to match UI/brand. |
| Size | Number | 90 | Diameter of the button in pixels. |
| Radius | Number | 1000 | Corner radius. Large values create a full circular shape. |
| Elevation | Number | 1 | Shadow depth for the floating visual effect. |
| Logo | Logo | {logo} | Icon or image displayed inside the button. |
| Logo.Size | Number | 30 | Size of the internal logo. |
| OnClick | Array |
[] | Commands executed when the button is tapped. |
| OnLongClick | Array |
[] | Commands executed when the button is long-pressed. |
This level of customization allows you to create unique visual components that match your interface design and user behavior patterns.
If you only need to make simple updates — such as changing the color or logo — choose Edit Float Button (Fast).

Fast Mode lets you:
This mode is ideal for rapid adjustments or when you are fine-tuning multiple pages.
Using Up/Down Float Button, you can shift the button vertically along the page.

This allows precise placement, ensuring the button does not overlap other UI elements or conflict with device-safe areas.
The Duplicate Float Button option instantly creates an identical copy of your button.

This is useful when designing apps that require multiple floating actions with similar styling. Duplicate first, then adjust the actions or icons as needed.
To remove a floating button from the page, simply choose Delete Float Button.

The button disappears immediately from both the editor and preview.
To learn how to develop Float Buttons using pure JSON coding, visit:
Develop the Float Button with JSON