Version 0.3.9 of mobl has been released. Mobl is a language for rapid development of mobile web applications using HTML5 technologies. Programs written in the mobl language are compiled to a combination of HTML, Javascript and CSS and can run on any webkit browser, specifically those on iOS and Android devices.
New in this version since 0.3.8:
- Bug fixes.
- moved
block
andspan
to from mobl::ui::generic to mobl. - New selectField control (drop-down select box).
onswipe
events on item, block and span.- New methods:
toJSON
andselectJSON
on entity instances style
attributes added to textField, numField, passwordField and emailField- link with empty body displays now displays URL in body.
- whenLoaded control now has
style
andloadingMessage
attributes. - Check that all
Collection
entity properties have an(inverse: ...)
annotation - New sample application: internationalization | source | demo
Note: After upgrading, remove the www
directory in your project and recompile everything.
To install, follow these instructions. To upgrade, simply upgrade from the update site (Via Help > Install new software). To use the mobl compiler from the command line follow these instructions. Problems? Ask for support.