javascript - Dialog API Office Add-in not works in Outlook 2016 -


i working on outlook web add-in, display sign-in page in dialog. used dialog api , works fine in owa(outlook web) not in outlook 2016 desktop (version - 1702).

 office.context.ui.displaydialogasync('https://www.google.lk/', {height: 30, width: 20});  


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -