Then I make edge swipe action,
error "Uncaught TypeError: Cannot call method 'on' of undefined"
at this file(line 1228):
Code:else { this.getTranslatable().on('animationend', function() {Ext.Viewport.showMenu("left") - working perfect!Code:var chl = Ext.create("Ext.Menu", { width:"80%", html : "fffff" }); Ext.Viewport.setMenu(chl, { side: 'left', reveal:true });
Why?