This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
page set to domCache: true has no effect after pagecreate event #4052
Closed
Description
individual page set to domCache: true
has no effect after pagecreate
event when using pageContainerElement.page({ domCache: true })
Because binding to pagehide.remove
is created on pagecreate
event; any changes to the setting after is ignored.
Not sure if this is the expected behaviour.. It would be good if domCache
setting of a page can be updated anytime before the page is removed.