Open divyadeepa266 opened 2 years ago
@divyadeepa266 Please add the specific browser version(s) that are affected, as well as the exact Vaadin versions used.
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.
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();