multiview + iframe

Hi i downloaded dhtmlx touch and started building my mobile site but there is something that i want to ask because i couldn’t figure it out myself.

When i use multiview and iframe everything works correctly except that when i click the tabbar to open another page and then when i decide to go back to the previous page the library loads it again and all my stored data is lost.

dhtmlxTabbar used to have a functionality when you load a page in iframe no matter how much you switch to another pages when you go back to a previous page it keeps its state and does not load again.

Is it possible to implement such functionallity in dhtmlx Touch.

The reason i am askign this is that i have google maps with streaming data in real time and it really sucks when the pages gets realoaded everytime you visit it.

10x in advance

Nikolai

any answer?

Hi Nikolai,

Only visible view is attached to the multiview container. Therefore, when you change views in Multiview, the previous view is detached from the multiview. And when it is appended again, the browser will reload an iframe.
Unfortunately, Touch library doesn’t provide the ready solution for your requirement.

10x for the answer.

I don’t want to force you with giving you advices but if you consider to implement this functionality in the next release ot fix it is going to be great!