Forum Discussion
Teams mobile app not printing
I have a Tab App that loads a regular webpage with a button to print its content.
When I run in window.print() or window.frames["iframe-id"].print() in javascript on any browser or on the teams desktop app things work just fine but on the mobile app the function fails silently without any error (it just doesn't print).
Is printing somehow not supported on the mobile app or is there a different way to do it?
2 Replies
- marcelolorenzettiCopper Contributor
window.print() not working in desktop teams app.
we want to print html in spfx teams tab app, so we use window.print() , but it not work.
print window display and closed immediately.
you said that it work in teams desktop app, can you tell us how it work for you? - Lorenzo1255Copper Contributor
Using teamsCore.enablePrintCapability(): and teamsCore.print(); have made no difference either.
I'm thinking this is really just a limitation on the TEAMS mobile app, can anyone confirm it?