CCEverywhere.terminate() is causing onCancel() to be called infinitely
Hi, I need to terminate the CCEverywhere instance whenever I close the popover. So, I've put
CCEverywhere.terminate() in both the onCancel() and onPublish() callbacks of createDesignCallback.
For onPublish(), it works fine. But for onCancel(), it gets stuck in a loop making the whole page unresponsive. Without terminate(), it closes fine but if I try to reopen it I get the error that SDK is already initialized.
Please help here.
For onPublish(), it works fine. But for onCancel(), it gets stuck in a loop making the whole page unresponsive. Without terminate(), it closes fine but if I try to reopen it I get the error that SDK is already initialized.
Please help here.
