New UI Editor, Firebase Realtime DB Connector, New way to bind data and more
PRODUCT UPDATES
New UI Editor
Adding a new WYSIWYG editor to build pixel perfect UI for web & mobile. Drag & drop UI controls to absolute positions & resize any control using the new editor. Choose between simple WYSIWYG editor vs advance editor at the time of adding new screen.
New Firebase Realtime DB Connector
We have launched a new database connector in DronaHQ: Firebase Realtime DB.irebase is a highly durable database that can scale automatically to handle your application’s load.
A new way to bind data flexibly
You can now import JS libraries and use its reference to run complex JS operations and bind data to your controls directly.
Binding Data with Custom JavaScript >
ENHANCEMENTS
Import format data
Users can now just import the formatting from one control to another and duplicate it.
Useful in cases where there is a table grid control and a detail view and both need to have the same formatting of data, so instead of redoing the whole thing, we can just import the formatting from one control to another and duplicate it.
A new flexible way of binding data
Bind data which is static + dynamic mixed in nature: For example: Hi {{customer_name}}.