This month we’re bringing you a number of small upgrades and one giant leap in block based coding.
Release Notes
This release contains a lot of updates and an entire new category of blocks, so please take a look at the release notes for a more detailed description of everything that’s included.
Thunkable Live for Android
You can get the latest version of Thunkable Live for Android directly from the Play Store
Thunkable Live for iOS
Get the most recent version of Thunkable Live for iOS in the App Store
Let us know how we’re doing
If you use the Thunkable Live app for either Android or for iOS, please consider leaving a rating and a review - thanks!!
Dismiss Keyboard block
This new device block allows you to hide the keyboard on your your device when every you want.
Gyroscope Properties
The gyroscope properties have been updated so that the rotation values are available throughout your app, without the need to create intermediary variables.
Stack Navigator
When using the Stack Navigator to manage your screens, each screen in that stack will now have new BackgroundColor
and HeaderBackgroundColor
properties.
WebViewer
Added support for
- Full Screen Video
- Geolocation
- Data Detector Types
Any Blocks
The “Any Blocks” category give you a powerful set of tools for refactoring your projects and dynamically creating components.
Generic Events
If it’s clickable then this block can detect it. Also works with Touch Down
,Touch Up
, and Long Click
events.
Generic Getters and Setters
Choose any UI component and any property you like to read from/write to that specific property.
Create, Duplicate, and Delete Components
You can make a new component with the create
block
With the clone
block you can style one components and then quickly replicate it in the rest of your UI.
Use the remove
block to delete a component from your UI whenever you like.
Any Components
The any blocks also give you access to the individual components in your app via this block:
Or you can select all block of a certain type using this block.