iosms-wordoffice-jsoffice-addinsword-addins

Can Office.js Web Add-ins be Used in Mobile Devices' Word Apps?


I have developed an Office.js web add-in for Microsoft Word, and it works flawlessly in the desktop version of Word for Windows and macOS. However, when I tried to use the same add-in in the mobile versions of Word for iOS and Android, I couldn't find any options or menus related to add-ins.

Is it possible to use Office.js web add-ins in the mobile Word apps for iOS and Android? If so, how can I enable or access them in the mobile versions of Word?

I ensured that the Office.js add-in follows all the requirements and best practices outlined in the official Microsoft documentation. It loads correctly in the desktop versions of Word, and there are no issues with its functionality there. Additionally, I confirmed that the Office.js library is being loaded correctly in the mobile apps.


Solution

  • this is not possible to test office add-ins on mobile directly. if you want to use your add-in on mobile then you need to publish your add-in on Microsoft add-in store then you can use your add-in on mobile.