0
votes

We are storing settings via Office.context.document.settings.saveAsync().
In the PowerPoint Online this is not recognized as a change of the document.
So if the user leaves the document "too early" or does not change other things the settings are not stored.

To force the automatic save of the document we had to change other content in the document e.g. edit text. Then the AddIn settings are stored too.

Any tipps how to force the automatic save or dirty flag in online clients when storing addin settings?

1

1 Answers

1
votes

This is most probably a bug in the Add-in implementation, we are actively working on the fix. thanks.