overhauled button pressed backStack behaviour...use a JS callback to let it work with JS calls
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
//
|
||||
window.show = function(id) {
|
||||
window.hideall();
|
||||
if (typeof android !== 'undefined' && android && android.switchToPane) {
|
||||
android.switchToPane(id);
|
||||
}
|
||||
switch(id) {
|
||||
case 'full':
|
||||
window.chat.show('full');
|
||||
|
Reference in New Issue
Block a user