I had experimented with keepViews, but experienced issues in my case (dynamically adding views). I did confirm with 3.24 samples that applying keepViews for dynamically added views seems to have issues. Using 13_tabview_dynamic.html and applying:
multiview: {
keepViews: true
}
The views of the ‘static’ cells behave as expected. Any views added dynamically from the ‘Add Tab’ button will add the tab, but the view remains hidden after the call to $$(vid).show().
I have not experimented with a solution - any ideas?