Forum Discussion
Lorenzo1255
Dec 28, 2022Copper Contributor
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 de...
marcelolorenzetti
Jan 06, 2025Copper 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?