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
});