I am having one view which is in card layout. Card is having 2 sub views.
Now I want to get the activeitem. In extjs I am using this code:
activeItem = layout.getActiveItem().itemId;
but in sencha touch , for card layout , there is no such method named getActiveItem() for card layout. I have referred sencha touch docs and I found that.
Anybody knows the alternative for this?