Simas Skilinskas

Results 3 comments of Simas Skilinskas

> I found a way around it that worked for me. I used > > ```js > onBeforePrint={() => setIsPrinting(true)} > onAfterPrint={() => setIsPrinting(false)} > ... > ``` > >...

So in iOS it works on safari, but doesn't on other browsers. I wonder is it a bug of iOS or all iOS browsers except safari?