0
votes

Does office js dialog api (Office.context.ui.displayDialogAsync) supports in IOS Outlook app ?

according to the outlook-api-requirement-sets minimum API requirement sets are 1.1, 1.2, 1.3, 1.4, 1.5 and
dialog-api-in-office-add-ins doc also doesn't have any note about restriction

Office.context.ui.displayDialogAsync('https://myDomain/myDialog.html', {
    height: 30,
    width: 20,
    displayInIframe: true
});
2

2 Answers

1
votes

Yes. It is part of Outlook Req Set 1.4, so it should be supported in iOS.

0
votes

We do support Office.context.ui.displayDialogAsync in iOS. As @Rick Kirkham mentioned, Outlook Req Set 1.4 contains the related documentation.