We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c41ba commit 7ef1691Copy full SHA for 7ef1691
1 file changed
docs/cookbook/expert_more/custom_controls.md
@@ -20,6 +20,7 @@ The table below lists custom controls that are no longer necessary and the built
20
| Scroll an element into view| `cs_event-scroll_into_view` | [Scrolling](/cookbook/browser_interaction/scrolling) |
21
| Start a timer | `cs_event-start_timer` | [Timer](/cookbook/browser_interaction/timer) |
22
| Toggle the soft keyboard | `cs_event-keyboard_set_mode` | [Soft Keyboard](/cookbook/browser_interaction/soft_keyboard) |
23
+| Read frontend info | `client->get( )-s_device`, `-s_ui5`, `-s_focus`, `-s_scroll` | [Info](/cookbook/device_capabilities/info) |
24
25
## Typical Pattern
26
0 commit comments