alloy-widget-drawermenu
alloy-widget-drawermenu copied to clipboard
Switching views in drawermainview from external controller in iOS
Hello, is it possible to replace current view loaded into drawermainview from controller other than index.js? I've got a controller with a button, and its eventlistener with:
$.drawermenu.drawermainview.add(myView.getView());
which doesn't work.