framework icon indicating copy to clipboard operation
framework copied to clipboard

Vaadin 7,8 pdf not show windows11+

Open divyadeepa266 opened this issue 2 years ago • 2 comments

vaadi 7 and 8 windows 10 version work fine but windows 10+ not showing embedded.setMimeType("application/pdf"); StreamResource r = new StreamResource(s, demo.pdf);Embedded pdf = new Embedded();

pdf.setType(Embedded.TYPE_BROWSER); pdf.setMimeType("application/pdf"); pdf.setSource(r); pdf.setSizeFull();

divyadeepa266 avatar Dec 16 '21 10:12 divyadeepa266

@divyadeepa266 Please add the specific browser version(s) that are affected, as well as the exact Vaadin versions used.

OlliTietavainenVaadin avatar Dec 16 '21 11:12 OlliTietavainenVaadin

From Discord: Chrome version 96.0.4664.110, Vaadin version 8.2.0, plugin version 8.1.7 Noted that 8.2.0 is very old, updating to 8.14.3 suggested.

Ansku avatar Dec 16 '21 17:12 Ansku