Hi,
My app is a photo app including printing photo feature by javascript. In the album list view page, user can select a album and trigger print to print all the photos in the album. There is no existing solution to print the photos in the list view. So I dynamically
create a hidden 'div', and put all the photos in the album to separate 'img' tags into the 'div' tag when user triggers the print charm.
However, I found if the online photo is larger than 4.07MB, the preview in print charm will show 'No preview'.
I looked the document for windows app print, but sadly, I did not find anything about the limitation on the print preview.
So I am here to looking for help.
Thank you.
Sun Bin