Licence
Public Domain
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)
Titanium UI - Keyboard toolbar
Keyboard toolbar can be used for message box in chat apps

====
View SEND Styles ".txt-message": { height: Ti.UI.SIZE, top: 12, bottom: 12, left: 10, right: 75.5, backgroundColor: '#fff', borderRadius: 15 }
Controller
$.toolbar.init( window_view ); // call this function on first load
$.toolbar.unload(); // call this function when window blurred
$.toolbar.init( window_view ); // call this function when window focussed
function toolbarToggle(e) {
$.lv.bottom = e.height + 56;
}
function toolbarResize(e) {
$.lv.bottom = e.height + 56 + 12 + 12;
}
Changes log: