vue-html-to-paper icon indicating copy to clipboard operation
vue-html-to-paper copied to clipboard

Plugin does not work on mobile phones

Open temilolakutelu opened this issue 4 years ago • 2 comments

Any time I run my web app on my mobile browser, it throws an error and doesn't print anything.

temilolakutelu avatar Mar 30 '21 11:03 temilolakutelu

Hi, this is a known problem, I will look into it. Thank you for reporting.

jofftiquez avatar May 05 '21 02:05 jofftiquez

@temilolakutelu solved, I added options this code specs: [ 'fullscreen=yes', 'titlebar=yes', 'menubar=yes', 'location=yes', 'resizable=yes', 'scrollbars=yes', 'status=yes' ],

crazymesut avatar Oct 16 '21 20:10 crazymesut